Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Oct 11, 2024
1 parent 05e62d0 commit 3c86b47
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# .pre-commit-config.yaml
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.96.1
hooks:
- id: terraform_fmt
args: ["--tf-path", "./"] # Replace with your actual path
- id: terraform_docs
- id: terraform_tflint
- id: terraform_fmt # Removed the `--tf-path` argument
- id: terraform_docs # Ensure terraform-docs is installed
- id: terraform_tflint # Ensure tflint is installed

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down

0 comments on commit 3c86b47

Please sign in to comment.