Files
infomate.club/mypy.ini
2020-01-06 22:12:12 +01:00

11 lines
224 B
INI

[mypy]
ignore_missing_imports = True
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_defs = True
follow_imports = silent
strict_optional = True
warn_redundant_casts = True
warn_unused_ignores = True