Skip to content

Commit

Permalink
pyright: ignore "tests/repos"
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent2916 committed Sep 26, 2024
1 parent ab6a4a7 commit dc879d7
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 @@ -139,7 +139,7 @@ black = true
[tool.pyright]
include = ["src/refiners", "tests", "scripts"]
strict = ["*"]
exclude = ["**/__pycache__", "tests/weights"]
exclude = ["**/__pycache__", "tests/weights", "tests/repos"]
reportMissingTypeStubs = "warning"

[tool.coverage.run]
Expand Down

0 comments on commit dc879d7

Please sign in to comment.