Merge pull request #1948 from sadikkuzu/patch-1

chore(deps): bump pre-commit hook versions
This commit is contained in:
Kubernetes Prow Robot 2024-10-30 14:37:26 +00:00 committed by GitHub
commit ca361e5358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,19 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/dnephin/pre-commit-golang - repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.0 rev: v0.5.1
hooks: hooks:
- id: go-fmt - id: go-fmt
- id: go-imports - id: go-imports
- id: golangci-lint - id: golangci-lint
- id: go-unit-tests - id: go-unit-tests
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0 rev: v9.18.0
hooks: hooks:
- id: commitlint - id: commitlint
stages: [commit-msg] stages: [commit-msg]