Explicitly target python 3.12 with the pyright static type checker. #181

This commit is contained in:
Sebastian Jeltsch
2025-11-29 22:37:40 +01:00
parent 37dd56aad3
commit 40e7f2ff88

View File

@@ -30,7 +30,7 @@ line-length = 108
[tool.pyright]
venvPath = "."
venv = ".venv"
pythonVersion = "3.12"
pythonPlatform = "All"
typeCheckingMode = "strict"
useLibraryCodeForTypes = true
verboseOutput = true
reportMissingTypeStubs = "warning"