chore(deps): bump pre-commit hook versions

This commit is contained in:
SADIK KUZU 2024-10-29 20:56:36 +03:00 committed by GitHub
parent eab2c0119e
commit 24a18a25b1
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]