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 3cf2082 commit 99225e2Copy full SHA for 99225e2
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: commitlint
6
stages: [commit-msg]
7
- repo: https://github.com/golangci/golangci-lint
8
- rev: v1.58.1
+ rev: v2.2.2
9
hooks:
10
- id: golangci-lint
11
- repo: https://github.com/dnephin/pre-commit-golang
@@ -17,7 +17,7 @@ repos:
17
18
- id: buf-lint
19
- repo: https://github.com/pre-commit/mirrors-clang-format
20
- rev: v15.0.7
+ rev: v20.1.8
21
22
- id: clang-format
23
types_or: [proto]
0 commit comments