Skip to content

Commit ee1a219

Browse files
committed
ignore .venv
1 parent 56c132b commit ee1a219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ testing = ["pytest", "hypothesis"]
3333

3434
[tool.pyright]
3535
typeCheckingMode = "basic"
36-
exclude = ["docs/*", ".pixi"]
36+
exclude = ["docs/*", ".pixi", ".venv"]
3737
reportMissingImports = true
3838
reportMissingTypeStubs = false
3939

0 commit comments

Comments
 (0)