ChatMastermind/mypy.ini

9 lines
202 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
disallow_untyped_defs = True