File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ minimum_pre_commit_version: 2.15.0
2
2
exclude : ^LICENSES/|\.(html|csv|svg)$
3
3
# reserve "manual" for relatively slow hooks which we still want to run in CI
4
4
default_stages : [
5
- commit ,
6
- merge-commit ,
7
- push ,
5
+ Nonepre-commitNone ,
6
+ Nonepre- merge-commitNone ,
7
+ Nonepre-pushNone ,
8
8
prepare-commit-msg,
9
9
commit-msg,
10
10
post-checkout,
19
19
skip : [pyright, mypy]
20
20
repos :
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : v0.5.0
22
+ rev : v0.6.9
23
23
hooks :
24
24
- id : ruff
25
25
args : [--exit-non-zero-on-fix]
34
34
- id : ruff-format
35
35
exclude : ^scripts|^pandas/tests/frame/test_query_eval.py
36
36
- repo : https://github.com/jendrikseipp/vulture
37
- rev : ' v2.11 '
37
+ rev : ' v2.13 '
38
38
hooks :
39
39
- id : vulture
40
40
entry : python scripts/run_vulture.py
52
52
- id : cython-lint
53
53
- id : double-quote-cython-strings
54
54
- repo : https://github.com/pre-commit/pre-commit-hooks
55
- rev : v4.6 .0
55
+ rev : v5.0 .0
56
56
hooks :
57
57
- id : check-case-conflict
58
58
- id : check-toml
74
74
hooks :
75
75
- id : isort
76
76
- repo : https://github.com/asottile/pyupgrade
77
- rev : v3.16 .0
77
+ rev : v3.17 .0
78
78
hooks :
79
79
- id : pyupgrade
80
80
args : [--py310-plus]
@@ -90,12 +90,12 @@ repos:
90
90
types : [text] # overwrite types: [rst]
91
91
types_or : [python, rst]
92
92
- repo : https://github.com/sphinx-contrib/sphinx-lint
93
- rev : v0.9.1
93
+ rev : v1.0.0
94
94
hooks :
95
95
- id : sphinx-lint
96
96
args : ["--enable", "all", "--disable", "line-too-long"]
97
97
- repo : https://github.com/pre-commit/mirrors-clang-format
98
- rev : v18 .1.8
98
+ rev : v19 .1.1
99
99
hooks :
100
100
- id : clang-format
101
101
files : ^pandas/_libs/src|^pandas/_libs/include
You can’t perform that action at this time.
0 commit comments