Skip to content

Commit eae0a7c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ repos:
55
- id: commitlint
66
stages: [commit-msg]
77
- repo: https://github.com/golangci/golangci-lint
8-
rev: v1.55.2
8+
rev: v1.56.1
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)