xref: /qemu/scripts/qapi/mypy.ini (revision b355f08a)
1[mypy]
2strict = True
3disallow_untyped_calls = False
4python_version = 3.6
5
6[mypy-qapi.parser]
7disallow_untyped_defs = False
8disallow_incomplete_defs = False
9check_untyped_defs = False
10
11[mypy-qapi.schema]
12disallow_untyped_defs = False
13disallow_incomplete_defs = False
14check_untyped_defs = False
15