Skip to content

Commit

Permalink
ignore .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 28, 2024
1 parent 56c132b commit ee1a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ testing = ["pytest", "hypothesis"]

[tool.pyright]
typeCheckingMode = "basic"
exclude = ["docs/*", ".pixi"]
exclude = ["docs/*", ".pixi", ".venv"]
reportMissingImports = true
reportMissingTypeStubs = false

Expand Down

0 comments on commit ee1a219

Please sign in to comment.