Skip to content

Commit 68f9607

Browse files
committed
🔧 have basedpyright ignore a bunch of directories
1 parent 9cdb6fc commit 68f9607

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,18 @@ disable_memoryview_promotion = true
135135
[tool.pyright]
136136
include = ["src", "tool"]
137137
ignore = [".venv"]
138+
exclude = [
139+
".cache",
140+
".git",
141+
".github",
142+
".mypy_cache",
143+
".pytest_cache",
144+
".ruff_cache",
145+
".tox",
146+
".vscode",
147+
"docs",
148+
"site",
149+
]
138150
stubPath = "src"
139151
pythonPlatform = "All"
140152
typeCheckingMode = "strict"

0 commit comments

Comments
 (0)