Skip to content

Commit f53d9da

Browse files
committed
📇 Make it easier for pyright to find the venv
1 parent 3f40223 commit f53d9da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@ name = "testpypi"
8282
url = "https://test.pypi.org/simple/"
8383
publish-url = "https://test.pypi.org/legacy/"
8484
explicit = true
85+
86+
[tool.pyright]
87+
venvPath="."
88+
venv=".venv"
89+
exclude=[".venv"]

0 commit comments

Comments
 (0)