Skip to content

Commit

Permalink
chore: add pyright venv path
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jan 30, 2024
1 parent 64961f1 commit f5c5527
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,8 @@ addopts = "-r aR"
testpaths = [
"tests/",
]

[tool.pyright]
venvPath = "."
venv = ".venv"
pythonVersion = "3.8"

0 comments on commit f5c5527

Please sign in to comment.