Skip to content

Commit 57f6f0b

Browse files
committed
Update pyproject.toml to configure pyright
1 parent f9d16db commit 57f6f0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ ignore = [
8686
"ANN201", # Missing return type annotation for public function
8787
"ANN202", # Missing return type annotation for private function
8888
]
89+
90+
[tool.pyright]
91+
venvPath = "."
92+
venv = ".venv"

0 commit comments

Comments
 (0)