File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
skip : [pylint, pyright, mypy]
20
20
repos :
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : v0.3.1
22
+ rev : v0.3.4
23
23
hooks :
24
24
- id : ruff
25
25
args : [--exit-non-zero-on-fix]
39
39
- id : ruff-format
40
40
exclude : ^scripts
41
41
- repo : https://github.com/jendrikseipp/vulture
42
- rev : ' v2.10 '
42
+ rev : ' v2.11 '
43
43
hooks :
44
44
- id : vulture
45
45
entry : python scripts/run_vulture.py
@@ -93,11 +93,11 @@ repos:
93
93
args : [--disable=all, --enable=redefined-outer-name]
94
94
stages : [manual]
95
95
- repo : https://github.com/PyCQA/isort
96
- rev : 5.12.0
96
+ rev : 5.13.2
97
97
hooks :
98
98
- id : isort
99
99
- repo : https://github.com/asottile/pyupgrade
100
- rev : v3.15.0
100
+ rev : v3.15.2
101
101
hooks :
102
102
- id : pyupgrade
103
103
args : [--py39-plus]
@@ -116,7 +116,7 @@ repos:
116
116
hooks :
117
117
- id : sphinx-lint
118
118
- repo : https://github.com/pre-commit/mirrors-clang-format
119
- rev : v17.0.6
119
+ rev : v18.1.2
120
120
hooks :
121
121
- id : clang-format
122
122
files : ^pandas/_libs/src|^pandas/_libs/include
You can’t perform that action at this time.
0 commit comments