first commit
This commit is contained in:
17
mypy.ini
Normal file
17
mypy.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user