pyright: ignore "tests/repos"

This commit is contained in:
Laurent 2024-09-26 15:05:25 +00:00
parent 5a92285104
commit 1fc2ad3940
No known key found for this signature in database

View file

@ -139,7 +139,7 @@ black = true
[tool.pyright] [tool.pyright]
include = ["src/refiners", "tests", "scripts"] include = ["src/refiners", "tests", "scripts"]
strict = ["*"] strict = ["*"]
exclude = ["**/__pycache__", "tests/weights"] exclude = ["**/__pycache__", "tests/weights", "tests/repos"]
reportMissingTypeStubs = "warning" reportMissingTypeStubs = "warning"
[tool.coverage.run] [tool.coverage.run]