Skip to content

Commit

Permalink
build: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 395316c commit a98370d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.11.0
rev: v9.16.0
hooks:
- id: commitlint
stages: [commit-msg]
- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.58.0
hooks:
- id: golangci-lint
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: go-mod-tidy
- repo: https://github.com/bufbuild/buf
rev: v1.28.1
rev: v1.31.0
hooks:
- id: buf-lint
- repo: https://github.com/pre-commit/mirrors-clang-format
Expand Down

0 comments on commit a98370d

Please sign in to comment.