We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395316c commit 60b3aa7Copy full SHA for 60b3aa7
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
repos:
2
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
3
- rev: v9.11.0
+ rev: v9.13.0
4
hooks:
5
- id: commitlint
6
stages: [commit-msg]
7
- repo: https://github.com/golangci/golangci-lint
8
- rev: v1.55.2
+ rev: v1.56.2
9
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