pyright: ignore "tests/repos"

This commit is contained in:
Laurent 2024-09-26 15:05:25 +00:00 committed by Laureηt
parent 5a92285104
commit 9e2a499262

View file

@ -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]