Skip to content

Commit 42057e9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.5](pre-commit/mirrors-clang-format@v21.1.2...v21.1.5) - [github.com/BlankSpruce/gersemi: 0.22.3 → 0.23.1](BlankSpruce/gersemi@0.22.3...0.23.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4)
1 parent 1b84407 commit 42057e9

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.2
7+
rev: v21.1.5
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.22.3
30+
rev: 0.23.1
3131
hooks:
3232
- id: gersemi
3333
args: ["--print-config=verbose"]
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.14.3
35+
rev: v0.14.4
3636
hooks:
3737
- id: ruff-check # Run the linter.
3838
args: [ --fix ]

0 commit comments

Comments
 (0)