There was an error while loading. Please reload this page.
2 parents 4530aa5 + 1af008a commit 0e2be26Copy full SHA for 0e2be26
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
submodules: true
5
repos:
6
- repo: https://github.com/pre-commit/mirrors-clang-format
7
- rev: v21.1.7
+ rev: v21.1.8
8
hooks:
9
- id: clang-format
10
types_or: []
@@ -27,12 +27,12 @@ repos:
27
doc/doxygen-awesome.*
28
)$
29
- repo: https://github.com/BlankSpruce/gersemi
30
- rev: 0.24.0
+ rev: 0.25.0
31
32
- id: gersemi
33
args: ["--print-config=verbose"]
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.14.9
+ rev: v0.14.10
36
37
- id: ruff-check # Run the linter.
38
args: [ --fix ]
0 commit comments