Skip to content

Commit

Permalink
chore: auto-update of pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/golangci/golangci-lint: v1.54.2 → v1.55.1](golangci/golangci-lint@v1.54.2...v1.55.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent f772716 commit 53c51c8
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 @@ -9,7 +9,7 @@ repos:
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
exclude: ^(.devcontainer/)
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
hooks:
- id: actionlint
- repo: https://github.com/golangci/golangci-lint
rev: v1.54.2
rev: v1.55.1
hooks:
- id: golangci-lint
args: [--allow-parallel-runners]
Expand Down

0 comments on commit 53c51c8

Please sign in to comment.