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 f9d16db commit 57f6f0bCopy full SHA for 57f6f0b
pyproject.toml
@@ -86,3 +86,7 @@ ignore = [
86
"ANN201", # Missing return type annotation for public function
87
"ANN202", # Missing return type annotation for private function
88
]
89
+
90
+[tool.pyright]
91
+venvPath = "."
92
+venv = ".venv"
0 commit comments