Skip to content

Commit b9bf8b4

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.2 → v19.1.3](pre-commit/mirrors-clang-format@v19.1.2...v19.1.3) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.1...v0.7.4)
1 parent 1229c5e commit b9bf8b4

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: v19.1.2
64+
rev: v19.1.3
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.7.4
7171
hooks:
7272
- id: ruff
7373
args: [--fix-only, --show-fixes]

0 commit comments

Comments
 (0)