Skip to content

Commit 53a7826

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.4 → v19.1.5](pre-commit/mirrors-clang-format@v19.1.4...v19.1.5) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](astral-sh/ruff-pre-commit@v0.8.2...v0.8.3)
1 parent 6af01df commit 53a7826

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
@@ -24,7 +24,7 @@ repos:
2424
exclude: .md5$|^external/|^tools/|Testing/Tools/cxxtest
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v19.1.4 # updating to a new version should wait until maintenance
27+
rev: v19.1.5 # updating to a new version should wait until maintenance
2828
hooks:
2929
- id: clang-format
3030
exclude: Testing/Tools/cxxtest|tools|qt/icons/resources/
@@ -59,7 +59,7 @@ repos:
5959
)$
6060
6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.8.2
62+
rev: v0.8.3
6363
# ruff must appear before black in the list of hooks
6464
hooks:
6565
- id: ruff

0 commit comments

Comments
 (0)