diff --git a/pyproject.toml b/pyproject.toml index d0b7c96..f59c702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]