Skip to content

Commit 1af008a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.7 → v21.1.8](pre-commit/mirrors-clang-format@v21.1.7...v21.1.8) - [github.com/BlankSpruce/gersemi: 0.24.0 → 0.25.0](BlankSpruce/gersemi@0.24.0...0.25.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.9...v0.14.10)
1 parent 4530aa5 commit 1af008a

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
@@ -4,7 +4,7 @@ ci:
44
submodules: true
55
repos:
66
- repo: https://github.com/pre-commit/mirrors-clang-format
7-
rev: v21.1.7
7+
rev: v21.1.8
88
hooks:
99
- id: clang-format
1010
types_or: []
@@ -27,12 +27,12 @@ repos:
2727
doc/doxygen-awesome.*
2828
)$
2929
- repo: https://github.com/BlankSpruce/gersemi
30-
rev: 0.24.0
30+
rev: 0.25.0
3131
hooks:
3232
- id: gersemi
3333
args: ["--print-config=verbose"]
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.9
35+
rev: v0.14.10
3636
hooks:
3737
- id: ruff-check # Run the linter.
3838
args: [ --fix ]

0 commit comments

Comments
 (0)