xref: /openbmc/qemu/tests/qemu-iotests/mypy.ini (revision 9907dba9)
18f7960faSJohn Snow[mypy]
28f7960faSJohn Snowdisallow_any_generics = True
38f7960faSJohn Snowdisallow_incomplete_defs = True
48f7960faSJohn Snowdisallow_subclassing_any = True
58f7960faSJohn Snowdisallow_untyped_decorators = True
68f7960faSJohn Snowimplicit_reexport = False
78f7960faSJohn Snownamespace_packages = True
88f7960faSJohn Snowno_implicit_optional = True
98f7960faSJohn Snowscripts_are_modules = True
108f7960faSJohn Snowwarn_redundant_casts = True
118f7960faSJohn Snowwarn_unused_configs = True
12*9907dba9SHanna Reitzwarn_unused_ignores = False
13