Skip to content

Commit

Permalink
Merge pull request #1948 from sadikkuzu/patch-1
Browse files Browse the repository at this point in the history
chore(deps): bump pre-commit hook versions
  • Loading branch information
k8s-ci-robot authored Oct 30, 2024
2 parents eab2c01 + 24a18a2 commit ca361e5
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/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.0
rev: v0.5.1
hooks:
- id: go-fmt
- id: go-imports
- id: golangci-lint
- id: go-unit-tests
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit ca361e5

Please sign in to comment.