Skip to content

Commit 354bb4a

Browse files
committed
Add .venv to pyright exclusions
1 parent 8c975c2 commit 354bb4a

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
@@ -119,7 +119,7 @@ skip-magic-trailing-comma = false
119119
line-ending = "auto"
120120

121121
[tool.pyright]
122-
exclude = ["venv", "docs", "examples", "twitchio/__main__.py"]
122+
exclude = [".venv", "venv", "docs", "examples", "twitchio/__main__.py"]
123123
useLibraryCodeForTypes = true
124124
typeCheckingMode = "strict"
125125
reportImportCycles = false

0 commit comments

Comments
 (0)