Skip to content

Commit

Permalink
Remove pyright exclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Kwong Tung Nan <[email protected]>
  • Loading branch information
kwongtn committed Jan 2, 2025
1 parent 16c1792 commit 392676c
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 @@ -178,7 +178,7 @@ max-nested-blocks = 7
[tool.pyright]
pythonVersion = "3.9"
useLibraryCodeForTypes = true
exclude = [".venv", "**/migrations", "dist", "docs", "tests/relay/mptt/models.py"]
exclude = [".venv", "**/migrations", "dist", "docs"]
reportCallInDefaultInitializer = "warning"
reportMatchNotExhaustive = "warning"
reportMissingSuperCall = "warning"
Expand Down

0 comments on commit 392676c

Please sign in to comment.