This commit is contained in:
Athena Funderburg
2026-05-25 07:05:17 +00:00
commit 4b463a3432
682 changed files with 47796 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[mypy]
python_version = 3.11
strict_optional = True
incremental = True
disallow_subclassing_any = True
check_untyped_defs = True
no_implicit_optional = True
disallow_any_generics = True
disallow_incomplete_defs = True
disallow_untyped_defs = True
disallow_untyped_calls = True
warn_no_return = True
[mypy-sqlalchemy.*]
ignore_missing_imports = True
[mypy-HLL.*]
ignore_missing_imports = True
[mypy-lxml.*]
ignore_missing_imports = True
[mypy-PIL.*]
ignore_missing_imports = True
[mypy-sqlaltery.*]
ignore_missing_imports = True