Skip to content

Commit

Permalink
exclude some directories from pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Feb 23, 2024
1 parent e6e8798 commit b522a24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ skip = """\

[tool.pyright]
include = ["optype", "tests"]
exclude = [
"**/__pycache__",
".venv",
".git",
".github",
".pytest_cache",
".ruff_cache",
".vscode",
"dist",
]
stubPath = "."
venvPath = "."
venv = ".venv"
Expand Down

0 comments on commit b522a24

Please sign in to comment.