ChatMastermind/mypy.ini
2023-04-19 15:28:19 +02:00

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