aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/mypy.ini
blob: 7797c8343287a3f5db8fecdc876566a97a22032c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[mypy]
strict = True
disallow_untyped_calls = False
python_version = 3.6

[mypy-qapi.error]
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False

[mypy-qapi.parser]
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False

[mypy-qapi.schema]
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False