injector/mypy.ini

7 lines
139 B
INI

[mypy]
ignore_missing_imports = true
follow_imports = error
warn_no_return = true
warn_redundant_casts = true
disallow_untyped_defs = true