mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-14 17:18:14 +00:00
pyright: ignore "tests/repos"
This commit is contained in:
parent
5a92285104
commit
1fc2ad3940
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue