mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-14 00:58:13 +00:00
activate typing for all scripts
This commit is contained in:
parent
97b162d9a0
commit
89224c1e75
|
@ -63,6 +63,6 @@ ignore = [
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = ["src/refiners", "tests", "scripts/training"]
|
include = ["src/refiners", "tests", "scripts/"]
|
||||||
exclude = ["**/__pycache__"]
|
exclude = ["**/__pycache__"]
|
||||||
reportMissingTypeStubs = "warning"
|
reportMissingTypeStubs = "warning"
|
||||||
|
|
Loading…
Reference in a new issue