Skip to content

Commit 62d4f95

Browse files
chore: update pre-commit hooks
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.2...v20.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.11.2](astral-sh/ruff-pre-commit@v0.7.1...v0.11.2)
1 parent 1229c5e commit 62d4f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
exclude: \.ipynb$
4848

4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.3.0
50+
rev: v2.4.1
5151
hooks:
5252
- id: codespell
5353
exclude: \.ipynb$|Gemfile\.lock$
@@ -61,13 +61,13 @@ repos:
6161
- id: rst-inline-touching-normal
6262

6363
- repo: https://github.com/pre-commit/mirrors-clang-format
64-
rev: v19.1.2
64+
rev: v20.1.0
6565
hooks:
6666
- id: clang-format
6767
exclude: \.ipynb$
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.7.1
70+
rev: v0.11.2
7171
hooks:
7272
- id: ruff
7373
args: [--fix-only, --show-fixes]

0 commit comments

Comments
 (0)