Skip to content

Commit

Permalink
fix: pre-commit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdbj committed Oct 8, 2024
1 parent b1101c2 commit 61d3645
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
@@ -1,14 +1,14 @@
repos:

- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: terraform-fmt
- id: shellcheck
- id: tflint

- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v4.0.1 # Use the ref you want to point at
rev: v1.96.1 # Use the ref you want to point at
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit 61d3645

Please sign in to comment.