Skip to content

Commit 60b3aa7

Browse files
build: update pre-commit
1 parent 395316c commit 60b3aa7

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.13.0
44
hooks:
55
- id: commitlint
66
stages: [commit-msg]
77
- repo: https://github.com/golangci/golangci-lint
8-
rev: v1.55.2
8+
rev: v1.56.2
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.29.0
1717
hooks:
1818
- id: buf-lint
1919
- repo: https://github.com/pre-commit/mirrors-clang-format

0 commit comments

Comments
 (0)