We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe019b + 68e080a commit f135299Copy full SHA for f135299
.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.5
+ rev: v21.1.6
8
hooks:
9
- id: clang-format
10
types_or: []
@@ -32,7 +32,7 @@ repos:
32
- id: gersemi
33
args: ["--print-config=verbose"]
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.14.5
+ rev: v0.14.6
36
37
- id: ruff-check # Run the linter.
38
args: [ --fix ]
0 commit comments