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.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/gruntwork-io/pre-commit: v0.1.17 → v0.1.23](gruntwork-io/pre-commit@v0.1.17...v0.1.23)
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.2 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.2...0.2.3)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent 75e3290 commit 66a0918
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 @@ -6,7 +6,7 @@ ci:
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -15,7 +15,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.17
rev: v0.1.23
hooks:
- id: tflint
# Work-around for issue that causes hook to fail on files with
Expand All @@ -25,7 +25,7 @@ repos:
- id: terraform-fmt

- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.2
rev: 0.2.3
hooks:
- id: yamlfmt
exclude: values.yml # it's a Jinja2 template

0 comments on commit 66a0918

Please sign in to comment.