mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
update pyright
This commit is contained in:
parent
98de9d13d3
commit
567cc9c6d9
|
@ -75,7 +75,7 @@ build-backend = "hatchling.build"
|
||||||
[tool.rye]
|
[tool.rye]
|
||||||
managed = true
|
managed = true
|
||||||
dev-dependencies = [
|
dev-dependencies = [
|
||||||
"pyright==1.1.356",
|
"pyright==1.1.368",
|
||||||
"docformatter>=1.7.5",
|
"docformatter>=1.7.5",
|
||||||
"pytest>=8.0.0",
|
"pytest>=8.0.0",
|
||||||
"coverage>=7.4.1",
|
"coverage>=7.4.1",
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
# features: []
|
# features: []
|
||||||
# all-features: true
|
# all-features: true
|
||||||
# with-sources: false
|
# with-sources: false
|
||||||
|
# generate-hashes: false
|
||||||
|
|
||||||
-e file:.
|
-e file:.
|
||||||
aiohttp==3.9.3
|
aiohttp==3.9.3
|
||||||
|
|
Loading…
Reference in a new issue