Skip to content

Commit

Permalink
test: exclude build/ directory from pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Dec 11, 2024
1 parent e6d304f commit 45cf43e
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 @@ -45,4 +45,12 @@ branch = true
source_pkgs = ["dumdum"]
omit = ["src/dumdum/client/*", "src/dumdum/server.py"]

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

[tool.setuptools_scm]

0 comments on commit 45cf43e

Please sign in to comment.