18 lines
336 B
INI
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
|