target/ppc: 6xx: Set SRRs directly in exception code
[qemu/rayw.git] / tests / qemu-iotests / mypy.ini
blob4c0339f5589f7511a2b307b480296c26f3e800e4
1 [mypy]
2 disallow_any_generics = True
3 disallow_incomplete_defs = True
4 disallow_subclassing_any = True
5 disallow_untyped_decorators = True
6 implicit_reexport = False
7 namespace_packages = True
8 no_implicit_optional = True
9 scripts_are_modules = True
10 warn_redundant_casts = True
11 warn_unused_configs = True
12 warn_unused_ignores = True