Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qemu-iotests/mypy.ini
2023-03-06 14:48:14 +01:00

13 lines
325 B
INI

[mypy]
disallow_any_generics = True
disallow_incomplete_defs = True
disallow_subclassing_any = True
disallow_untyped_decorators = True
implicit_reexport = False
namespace_packages = True
no_implicit_optional = True
scripts_are_modules = True
warn_redundant_casts = True
warn_unused_configs = True
warn_unused_ignores = False