Skip to content

Commit 0a7d86e

Browse files
build: update pre-commit
1 parent 3cf2082 commit 0a7d86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
3-
rev: v9.11.0
3+
rev: v9.20.0
44
hooks:
55
- id: commitlint
66
stages: [commit-msg]
77
- repo: https://github.com/golangci/golangci-lint
8-
rev: v1.58.1
8+
rev: v1.63.4
99
hooks:
1010
- id: golangci-lint
1111
- repo: https://github.com/dnephin/pre-commit-golang
1212
rev: v0.5.1
1313
hooks:
1414
- id: go-mod-tidy
1515
- repo: https://github.com/bufbuild/buf
16-
rev: v1.28.1
16+
rev: v1.48.0
1717
hooks:
1818
- id: buf-lint
1919
- repo: https://github.com/pre-commit/mirrors-clang-format

0 commit comments

Comments
 (0)