File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1919 skip : [pyright, mypy]
2020repos :
2121- repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.12.7
22+ rev : v0.12.11
2323 hooks :
2424 - id : ruff
2525 args : [--exit-non-zero-on-fix]
5151 - id : cython-lint
5252 - id : double-quote-cython-strings
5353- repo : https://github.com/pre-commit/pre-commit-hooks
54- rev : v5 .0.0
54+ rev : v6 .0.0
5555 hooks :
5656 - id : check-case-conflict
5757 - id : check-toml
6464 args : [--fix=auto]
6565 exclude : ^pandas/tests/io/parser/data/utf16_ex.txt$
6666 - id : fix-byte-order-marker
67- - id : fix-encoding-pragma
68- args : [--remove]
6967 - id : trailing-whitespace
7068 args : [--markdown-linebreak-ext=md]
7169- repo : https://github.com/PyCQA/isort
@@ -94,19 +92,19 @@ repos:
9492 - id : sphinx-lint
9593 args : ["--enable", "all", "--disable", "line-too-long"]
9694- repo : https://github.com/pre-commit/mirrors-clang-format
97- rev : v20 .1.8
95+ rev : v21 .1.0
9896 hooks :
9997 - id : clang-format
10098 files : ^pandas/_libs/src|^pandas/_libs/include
10199 args : [-i]
102100 types_or : [c, c++]
103101- repo : https://github.com/trim21/pre-commit-mirror-meson
104- rev : v1.8.3
102+ rev : v1.9.0
105103 hooks :
106104 - id : meson-fmt
107105 args : ['--inplace']
108106- repo : https://github.com/shellcheck-py/shellcheck-py
109- rev : v0.10 .0.1
107+ rev : v0.11 .0.1
110108 hooks :
111109 - id : shellcheck
112110 args : ["--severity=warning"]
You can’t perform that action at this time.
0 commit comments