Skip to content

Commit

Permalink
Exclude examples from pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Apr 12, 2024
1 parent b7d0c46 commit 6f8572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ skip-magic-trailing-comma = false
line-ending = "auto"

[tool.pyright]
exclude = ["venv"]
exclude = ["venv", "examples/"]
useLibraryCodeForTypes = true
typeCheckingMode = "strict"
reportImportCycles = false
Expand Down

0 comments on commit 6f8572b

Please sign in to comment.