Files
PeakRDL-regblock/tests/mypy.ini
2025-03-03 21:37:07 -08:00

10 lines
232 B
INI

[mypy]
#ignore_missing_imports = True
#strict_optional = False
disallow_incomplete_defs = True
disallow_untyped_defs = True
warn_unused_configs = True
warn_unused_ignores = True
warn_unreachable = True
disallow_untyped_calls = True