Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/gruntwork-io/pre-commit: v0.1.23 → v0.1.25](gruntwork-io/pre-commit@v0.1.23...v0.1.25)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 3d552cb commit 3204299
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
Expand Up @@ -4,7 +4,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-symlinks
Expand All @@ -13,7 +13,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.23
rev: v0.1.25
hooks:
- id: helmlint
- repo: https://github.com/packit/pre-commit-hooks
Expand All @@ -22,7 +22,7 @@ repos:
- id: check-rebase
args:
- https://github.com/packit/helm.git
stages: [manual, push]
stages: [manual, pre-push]

ci:
# requires helm binary
Expand Down

0 comments on commit 3204299

Please sign in to comment.