We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bf290 commit 7f6306cCopy full SHA for 7f6306c
poetry.toml
@@ -0,0 +1,2 @@
1
+[virtualenvs]
2
+in-project = true
pyproject.toml
@@ -39,3 +39,7 @@ line-length = 120
39
[build-system]
40
requires = ["poetry-core>=1.0.0"]
41
build-backend = "poetry.core.masonry.api"
42
+
43
+[tool.pyright]
44
+venvPath = "."
45
+venv = ".venv"
0 commit comments