Skip to content

Commit

Permalink
feat: add python version info for lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 27, 2024
1 parent 66f9edf commit 388b15f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ ignore = []
"S105", # hardcoded password
]

[tool.basedpyright]
pythonVersion = "3.9"
venvPath = ".venv"

[tool.mypy]
python_version = "3.9"

Expand Down

0 comments on commit 388b15f

Please sign in to comment.