Fix mypy Python version to match system Python 3.12

- Corrected mypy python_version from 3.9 to 3.12 to match system Python
- Type checking still passes with all annotations intact

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-30 20:58:43 -04:00
parent b0c1599958
commit 447ae9aa44

View File

@@ -94,7 +94,7 @@ known_first_party = ["wikijs"]
known_third_party = ["pytest", "requests", "pydantic"]
[tool.mypy]
python_version = "3.9"
python_version = "3.12"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = true