hw/arm/mps2-tz: Make initsvtor0 setting board-specific
[qemu/ar7.git] / scripts / qapi / mypy.ini
blob0a000d58b3745a3b768b76ab7ada03a833869171
1 [mypy]
2 strict = True
3 disallow_untyped_calls = False
4 python_version = 3.6
6 [mypy-qapi.error]
7 disallow_untyped_defs = False
8 disallow_incomplete_defs = False
9 check_untyped_defs = False
11 [mypy-qapi.expr]
12 disallow_untyped_defs = False
13 disallow_incomplete_defs = False
14 check_untyped_defs = False
16 [mypy-qapi.parser]
17 disallow_untyped_defs = False
18 disallow_incomplete_defs = False
19 check_untyped_defs = False
21 [mypy-qapi.schema]
22 disallow_untyped_defs = False
23 disallow_incomplete_defs = False
24 check_untyped_defs = False