Skip to content

Commit

Permalink
build(pre-commit): Apply hook rev updates
Browse files Browse the repository at this point in the history
updates:
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.17.0](alessandrojcm/commitlint-pre-commit-hook@v9.16.0...v9.17.0)
- [github.com/golangci/golangci-lint: v1.59.1 → v1.60.3](golangci/golangci-lint@v1.59.1...v1.60.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent e5201ab commit 1d87916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.17.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
rev: v1.60.3
hooks:
- id: golangci-lint

Expand Down

0 comments on commit 1d87916

Please sign in to comment.