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