Skip to content

Commit c53b9d2

Browse files
committed
basedpyright: specify venv path
1 parent ba3aa68 commit c53b9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ module = [
8080
ignore_missing_imports = true
8181

8282
[tool.basedpyright]
83+
venvPath = "."
84+
venv = ".venv"
8385
enableTypeIgnoreComments = true
8486
reportAny = false
8587
reportIgnoreCommentWithoutRule = false

0 commit comments

Comments
 (0)