|
19 | 19 | skip: [pyright, mypy]
|
20 | 20 | repos:
|
21 | 21 | - repo: https://github.com/astral-sh/ruff-pre-commit
|
22 | | - rev: v0.12.7 |
| 22 | + rev: v0.12.11 |
23 | 23 | hooks:
|
24 | 24 | - id: ruff
|
25 | 25 | args: [--exit-non-zero-on-fix]
|
|
51 | 51 | - id: cython-lint
|
52 | 52 | - id: double-quote-cython-strings
|
53 | 53 | - repo: https://github.com/pre-commit/pre-commit-hooks
|
54 | | - rev: v5.0.0 |
| 54 | + rev: v6.0.0 |
55 | 55 | hooks:
|
56 | 56 | - id: check-case-conflict
|
57 | 57 | - id: check-toml
|
|
64 | 64 | args: [--fix=auto]
|
65 | 65 | exclude: ^pandas/tests/io/parser/data/utf16_ex.txt$
|
66 | 66 | - id: fix-byte-order-marker
|
67 | | - - id: fix-encoding-pragma |
68 | | - args: [--remove] |
69 | 67 | - id: trailing-whitespace
|
70 | 68 | args: [--markdown-linebreak-ext=md]
|
71 | 69 | - repo: https://github.com/PyCQA/isort
|
@@ -94,19 +92,19 @@ repos:
|
94 | 92 | - id: sphinx-lint
|
95 | 93 | args: ["--enable", "all", "--disable", "line-too-long"]
|
96 | 94 | - repo: https://github.com/pre-commit/mirrors-clang-format
|
97 | | - rev: v20.1.8 |
| 95 | + rev: v21.1.0 |
98 | 96 | hooks:
|
99 | 97 | - id: clang-format
|
100 | 98 | files: ^pandas/_libs/src|^pandas/_libs/include
|
101 | 99 | args: [-i]
|
102 | 100 | types_or: [c, c++]
|
103 | 101 | - repo: https://github.com/trim21/pre-commit-mirror-meson
|
104 | | - rev: v1.8.3 |
| 102 | + rev: v1.9.0 |
105 | 103 | hooks:
|
106 | 104 | - id: meson-fmt
|
107 | 105 | args: ['--inplace']
|
108 | 106 | - repo: https://github.com/shellcheck-py/shellcheck-py
|
109 | | - rev: v0.10.0.1 |
| 107 | + rev: v0.11.0.1 |
110 | 108 | hooks:
|
111 | 109 | - id: shellcheck
|
112 | 110 | args: ["--severity=warning"]
|
|
0 commit comments