mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
make type checking strict
This commit is contained in:
parent
663d7c414e
commit
0fd46f9ec4
|
@ -64,5 +64,6 @@ line-length = 120
|
|||
|
||||
[tool.pyright]
|
||||
include = ["src/refiners", "tests", "scripts"]
|
||||
strict = ["*"]
|
||||
exclude = ["**/__pycache__"]
|
||||
reportMissingTypeStubs = "warning"
|
||||
|
|
Loading…
Reference in a new issue