File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5.0.0
5+ rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
66 hooks :
77 - id : check-case-conflict
88 - id : check-docstring-first
@@ -27,11 +27,11 @@ repos:
2727 types_or : [ python, pyi ]
2828 language : system
2929 - repo : https://github.com/sphinx-contrib/sphinx-lint
30- rev : ff671d6a030a3141634793e6d1e8909ab6091830
30+ rev : ff671d6a030a3141634793e6d1e8909ab6091830 # v1.0.0
3131 hooks :
3232 - id : sphinx-lint
3333 - repo : https://github.com/astral-sh/ruff-pre-commit
34- rev : v0.11.12
34+ rev : aad66557af3b56ba6d4d69cd1b6cba87cef50cbb # v0.14.3
3535 hooks :
3636 - id : ruff-format
3737 - id : ruff-check
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ pandas = [
5959 " pandas >= 1.1.0, < 3.0.0" ,
6060 " numpy >= 1.21.2, < 3.0.0" ,
6161]
62- pyarrow = [" pyarrow >= 6.0.0, < 22 .0.0" ]
62+ pyarrow = [" pyarrow >= 6.0.0, < 23 .0.0" ]
6363
6464
6565[build-system ]
@@ -151,7 +151,7 @@ dep-project-dependencies = [
151151 " pytz" ,
152152 " numpy >= 1.7.0, < 3.0.0" ,
153153 " pandas >= 1.1.0, < 3.0.0" ,
154- " pyarrow >= 6.0.0, < 22 .0.0" ,
154+ " pyarrow >= 6.0.0, < 23 .0.0" ,
155155]
156156
157157[tool .setuptools .dynamic ]
You can’t perform that action at this time.
0 commit comments