Skip to content

Commit 19aaf40

Browse files
[pre-commit.ci] pre-commit autoupdate (#58103)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.1 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.1...v0.3.4) - [github.com/jendrikseipp/vulture: v2.10 → v2.11](jendrikseipp/vulture@v2.10...v2.11) - [github.com/pylint-dev/pylint: v3.0.1 → v3.1.0](pylint-dev/pylint@v3.0.1...v3.1.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.2](pre-commit/mirrors-clang-format@v17.0.6...v18.1.2) * Undo pylint --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent e4468c9 commit 19aaf40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
skip: [pylint, pyright, mypy]
2020
repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.3.1
22+
rev: v0.3.4
2323
hooks:
2424
- id: ruff
2525
args: [--exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
3939
- id: ruff-format
4040
exclude: ^scripts
4141
- repo: https://github.com/jendrikseipp/vulture
42-
rev: 'v2.10'
42+
rev: 'v2.11'
4343
hooks:
4444
- id: vulture
4545
entry: python scripts/run_vulture.py
@@ -93,11 +93,11 @@ repos:
9393
args: [--disable=all, --enable=redefined-outer-name]
9494
stages: [manual]
9595
- repo: https://github.com/PyCQA/isort
96-
rev: 5.12.0
96+
rev: 5.13.2
9797
hooks:
9898
- id: isort
9999
- repo: https://github.com/asottile/pyupgrade
100-
rev: v3.15.0
100+
rev: v3.15.2
101101
hooks:
102102
- id: pyupgrade
103103
args: [--py39-plus]
@@ -116,7 +116,7 @@ repos:
116116
hooks:
117117
- id: sphinx-lint
118118
- repo: https://github.com/pre-commit/mirrors-clang-format
119-
rev: v17.0.6
119+
rev: v18.1.2
120120
hooks:
121121
- id: clang-format
122122
files: ^pandas/_libs/src|^pandas/_libs/include

0 commit comments

Comments
 (0)