injector/mypy.ini

8 lines
207 B
INI

[mypy]
ignore_missing_imports = true
follow_imports = error
warn_no_return = true
warn_redundant_casts = true
# TODO: disallow untyped defs once we have full type hint coverage
disallow_untyped_defs = false