Skip to content

Commit

Permalink
ci: ignore build directory when running pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Apr 7, 2024
1 parent 5d5d3af commit 0ce1b0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ tests = [
"pytest>=7.4.3",
]

[tool.pyright]
exclude = [
"**/node_modules",
"**/__pycache__",
"**/.*",
"build",
]

[tool.setuptools_scm]

[project.urls]
Expand Down

0 comments on commit 0ce1b0f

Please sign in to comment.