Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit authored Oct 11, 2024
1 parent 7c5a986 commit 1fce41f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.96.1
hooks:
- id: terraform_fmt
entry: hooks/terraform_fmt.sh
language: script
# additional_dependencies: ['hashicorp/terraform']
language: system # Changed from 'script' to 'system'
#- id: terraform_validate
- id: terraform_docs
entry: hooks/terraform_docs.sh
language: script
# additional_dependencies: ['terraform-docs/terraform-docs']
additional_dependencies: ['terraform-docs/terraform-docs']
args:
- '--args=--lockfile=false'
- id: terraform_tflint
language: script
require_serial: true
entry: hooks/terraform_tflint.sh
# additional_dependencies: ['terraform-linters/tflint']
additional_dependencies: ['terraform-linters/tflint']
args:
- '--args=--only=terraform_deprecated_interpolation'
- '--args=--only=terraform_deprecated_index'
Expand Down

0 comments on commit 1fce41f

Please sign in to comment.