Files
PeakRDL-regblock/test/mypy.ini
2022-02-25 23:23:47 -08:00

10 lines
230 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