Skip to content

Commit dc879d7

Browse files
author
Laurent
committed
pyright: ignore "tests/repos"
1 parent ab6a4a7 commit dc879d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ black = true
139139
[tool.pyright]
140140
include = ["src/refiners", "tests", "scripts"]
141141
strict = ["*"]
142-
exclude = ["**/__pycache__", "tests/weights"]
142+
exclude = ["**/__pycache__", "tests/weights", "tests/repos"]
143143
reportMissingTypeStubs = "warning"
144144

145145
[tool.coverage.run]

0 commit comments

Comments
 (0)