mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-21 09:29:44 -06:00
Explicitly target python 3.12 with the pyright static type checker. #181
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user