ChatMastermind/mypy.ini

8 lines
173 B
INI

[mypy]
files = chatmastermind, tests
ignore_missing_imports = True
strict_optional = True
warn_unused_ignores = False
warn_redundant_casts = True
warn_unused_configs = True