mirror_qemu/scripts/qapi/mypy.ini

10 lines
183 B
INI

[mypy]
strict = True
disallow_untyped_calls = False
python_version = 3.8
[mypy-qapi.schema]
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False