first commit

This commit is contained in:
Roger Oriol
2026-02-03 23:50:19 +01:00
commit 87fb32b559
80 changed files with 8884 additions and 0 deletions

17
mypy.ini Normal file
View 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