Files
myorg-assistant/mypy.ini
Roger Oriol 87fb32b559 first commit
2026-02-03 23:50:19 +01:00

18 lines
336 B
INI

[mypy]
python_version = 3.11
warn_return_any = True
warn_unused_configs = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
no_implicit_optional = True
[mypy-anthropic.*]
ignore_missing_imports = True
[mypy-discord.*]
ignore_missing_imports = True
[mypy-git.*]
ignore_missing_imports = True