mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-12 16:18:22 +00:00
Update pyproject.toml
Co-authored-by: Cédric Deltheil <355031+deltheil@users.noreply.github.com>
This commit is contained in:
parent
2ee094c18c
commit
663d7c414e
|
@ -63,6 +63,6 @@ ignore = [
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = ["src/refiners", "tests", "scripts/"]
|
include = ["src/refiners", "tests", "scripts"]
|
||||||
exclude = ["**/__pycache__"]
|
exclude = ["**/__pycache__"]
|
||||||
reportMissingTypeStubs = "warning"
|
reportMissingTypeStubs = "warning"
|
||||||
|
|
Loading…
Reference in a new issue