We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395316c commit eae0a7cCopy full SHA for eae0a7c
.pre-commit-config.yaml
@@ -5,15 +5,15 @@ repos:
5
- id: commitlint
6
stages: [commit-msg]
7
- repo: https://github.com/golangci/golangci-lint
8
- rev: v1.55.2
+ rev: v1.56.1
9
hooks:
10
- id: golangci-lint
11
- repo: https://github.com/dnephin/pre-commit-golang
12
rev: v0.5.1
13
14
- id: go-mod-tidy
15
- repo: https://github.com/bufbuild/buf
16
- rev: v1.28.1
+ rev: v1.29.0
17
18
- id: buf-lint
19
- repo: https://github.com/pre-commit/mirrors-clang-format
0 commit comments