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