Skip to content

Commit 8f97adc

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-clang-format: v20.1.8 → v21.1.0](pre-commit/mirrors-clang-format@v20.1.8...v21.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.10...v0.12.11)
1 parent af52ab2 commit 8f97adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ repos:
6161
- id: rst-inline-touching-normal
6262

6363
- repo: https://github.com/pre-commit/mirrors-clang-format
64-
rev: v20.1.8
64+
rev: v21.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.12.10
70+
rev: v0.12.11
7171
hooks:
7272
- id: ruff
7373
args: [--fix-only, --show-fixes]

0 commit comments

Comments
 (0)