Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 23, 2021
1 parent fd8f5f0 commit 31a03f7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.48.0
rev: v1.62.1
hooks:
# - id: terraform_validate
- id: terraform_fmt
exclude: examples
- id: terraform_docs_replace
args: ['table']
exclude: common/*.tf
# - id: terraform_docs_replace
# args: ['table']
- id: terraform_docs
args:
- --args=--config=.terraform-docs.yml
exclude: version.tf
exclude: examples
exclude: examples/
- id: terraform_tflint
args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"]
exclude: examples
exclude: examples/

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-symlinks
- id: detect-aws-credentials
Expand Down

0 comments on commit 31a03f7

Please sign in to comment.