Skip to content

Commit

Permalink
build: upgrade pre-commit hooks config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Jun 14, 2024
1 parent 27459bb commit 8d23855
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
stages: [pre-commit]

- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.88.4
rev: v1.91.0
hooks:
- id: terraform_fmt
stages: [pre-commit]
Expand All @@ -35,6 +35,9 @@ repos:
- id: terraform_validate
stages: [pre-commit]
exclude: ^examples
args:
- --tf-init-args=-upgrade
- --hook-config=--retry-once-with-cleanup=true
- id: terraform_tflint
stages: [pre-commit]
exclude: ^examples
Expand Down

0 comments on commit 8d23855

Please sign in to comment.