Skip to content

Commit 3f8ed80

Browse files
committed
chore(pyright): exclude canonical venv location
1 parent b48a7a2 commit 3f8ed80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ exclude = ["unblob/testing.py"]
173173
paths = ["unblob/", "vulture_whitelist.py"]
174174

175175
[tool.pyright]
176-
exclude = ["build"]
176+
exclude = [
177+
".venv",
178+
"build",
179+
]
177180
typeCheckingMode = "basic"
178181

179182
[build-system]

0 commit comments

Comments
 (0)