discord_bot/mypy.ini

12 lines
328 B
INI

[mypy]
files = fjerkroa_bot, tests
ignore_missing_imports = True
strict_optional = True
warn_unused_ignores = False
warn_redundant_casts = True
warn_unused_configs = True
# Disable function signature checking for pre-commit compatibility
disallow_untyped_defs = False
disallow_incomplete_defs = False
check_untyped_defs = False