xref: /qemu/scripts/qapi/mypy.ini (revision d7a84021)
1[mypy]
2strict = True
3disallow_untyped_calls = False
4python_version = 3.6
5
6[mypy-qapi.error]
7disallow_untyped_defs = False
8disallow_incomplete_defs = False
9check_untyped_defs = False
10
11[mypy-qapi.expr]
12disallow_untyped_defs = False
13disallow_incomplete_defs = False
14check_untyped_defs = False
15
16[mypy-qapi.parser]
17disallow_untyped_defs = False
18disallow_incomplete_defs = False
19check_untyped_defs = False
20
21[mypy-qapi.schema]
22disallow_untyped_defs = False
23disallow_incomplete_defs = False
24check_untyped_defs = False
25