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
9e2a499262
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue