Skip to content

Commit

Permalink
chore: Updates pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Oct 9, 2024
1 parent 3ce1fbb commit 282aba7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/dotfiles/files/shell/rc/.terraform-pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.92.0
hooks:
- id: terraform_fmt
- id: terraform_validate
# - id: terraform_tflint
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.96.1
hooks:
- id: terraform_fmt
- id: terraform_validate
# - id: terraform_tflint

0 comments on commit 282aba7

Please sign in to comment.