xref: /openbmc/qemu/scripts/qapi/mypy.ini (revision e6a19a6477407e57b4deb61aaa497a14d7db9626)
1[mypy]
2strict = True
3disallow_untyped_calls = False
4python_version = 3.8
5
6[mypy-qapi.schema]
7disallow_untyped_defs = False
8disallow_incomplete_defs = False
9check_untyped_defs = False
10