Skip to content

Commit dc2aec2

Browse files
committed
fix: add .git to ignore for pyright
1 parent a5c2eff commit dc2aec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ indent-style = "space"
120120

121121
[tool.pyright]
122122
include = ["**/*.py"]
123-
exclude = ["**/__pycache__", ".venv", "venv", "build", "dist"]
123+
exclude = ["**/__pycache__", ".venv", "venv", "build", "dist", ".git"]
124124
pythonVersion = "3.11"
125125
venvPath = "."
126126
venv = ".venv"

0 commit comments

Comments
 (0)