Skip to content

Commit 6f8572b

Browse files
committed
Exclude examples from pyright
1 parent b7d0c46 commit 6f8572b

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
@@ -97,7 +97,7 @@ skip-magic-trailing-comma = false
9797
line-ending = "auto"
9898

9999
[tool.pyright]
100-
exclude = ["venv"]
100+
exclude = ["venv", "examples/"]
101101
useLibraryCodeForTypes = true
102102
typeCheckingMode = "strict"
103103
reportImportCycles = false

0 commit comments

Comments
 (0)