Skip to content

Commit 46a2f85

Browse files
committed
chore(devenv): ignore .devenv when running pyright
1 parent b009fe7 commit 46a2f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ paths = ["python/", "vulture_whitelist.py"]
178178

179179
[tool.pyright]
180180
exclude = [
181+
".devenv",
181182
".venv",
182183
"build",
183184
]

0 commit comments

Comments
 (0)