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.
1 parent 4093423 commit 17445bfCopy full SHA for 17445bf
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
hooks:
13
- id: yamllint
14
- repo: https://github.com/pre-commit/mirrors-clang-format
15
- rev: v19.1.7 # NOTE: The current config is not compatible with clang-format 20.x
+ rev: v20.1.3 # NOTE: The current config is not compatible with clang-format 20.x
16
17
- id: clang-format
18
types_or: [c]
@@ -28,7 +28,7 @@ repos:
28
additional_dependencies:
29
- tomli
30
- repo: https://github.com/golangci/golangci-lint
31
- rev: v2.1.1
+ rev: v2.1.5
32
33
- id: golangci-lint
34
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
0 commit comments