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