mypy 3.11

This commit is contained in:
Dan Saunders
2025-10-04 11:26:10 -04:00
parent 18d78f02cf
commit 5753c5b89c

View File

@@ -181,7 +181,7 @@ line-ending = "auto"
docstring-code-format = false docstring-code-format = false
[tool.mypy] [tool.mypy]
python_version = "3.10" python_version = "3.11"
warn_return_any = true warn_return_any = true
warn_unused_configs = true warn_unused_configs = true
ignore_missing_imports = true ignore_missing_imports = true