We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f135299 + f2a766d commit 65ec654Copy full SHA for 65ec654
1 file changed
.pre-commit-config.yaml
@@ -27,12 +27,12 @@ repos:
27
doc/doxygen-awesome.*
28
)$
29
- repo: https://github.com/BlankSpruce/gersemi
30
- rev: 0.23.1
+ rev: 0.23.2
31
hooks:
32
- id: gersemi
33
args: ["--print-config=verbose"]
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: v0.14.6
+ rev: v0.14.7
36
37
- id: ruff-check # Run the linter.
38
args: [ --fix ]
0 commit comments