Skip to content

Commit

Permalink
chore(pyright): exclude canonical venv location
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Jan 13, 2025
1 parent f533147 commit 750deb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ exclude = ["unblob/testing.py"]
paths = ["unblob/", "vulture_whitelist.py"]

[tool.pyright]
exclude = ["build"]
exclude = [
".venv",
"build",
]
typeCheckingMode = "basic"

[build-system]
Expand Down

0 comments on commit 750deb7

Please sign in to comment.