Files
myorg-assistant/mypy.ini

18 lines
336 B
INI
Raw Normal View History

2026-02-03 23:50:19 +01:00
[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