hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
[qemu/ar7.git] / scripts / qapi / mypy.ini
blob74fc6c82153e35d6a3f53c6410660d7e289a78ad
1 [mypy]
2 strict = True
3 strict_optional = False
4 disallow_untyped_calls = False
5 python_version = 3.6
7 [mypy-qapi.error]
8 disallow_untyped_defs = False
9 disallow_incomplete_defs = False
10 check_untyped_defs = False
12 [mypy-qapi.expr]
13 disallow_untyped_defs = False
14 disallow_incomplete_defs = False
15 check_untyped_defs = False
17 [mypy-qapi.introspect]
18 disallow_untyped_defs = False
19 disallow_incomplete_defs = False
20 check_untyped_defs = False
22 [mypy-qapi.parser]
23 disallow_untyped_defs = False
24 disallow_incomplete_defs = False
25 check_untyped_defs = False
27 [mypy-qapi.schema]
28 disallow_untyped_defs = False
29 disallow_incomplete_defs = False
30 check_untyped_defs = False