Skip to content

Commit

Permalink
Updated pre-commit-terraform/pre-commit-hooks; added trailing-whitesp…
Browse files Browse the repository at this point in the history
…ace.
  • Loading branch information
zawac002 committed Nov 1, 2023
1 parent 446cf2e commit 7124534
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.4
rev: v1.83.5
hooks:
# - id: terraform_validate
- id: terraform_fmt
Expand All @@ -9,13 +9,14 @@ repos:
exclude: common/*.tf
exclude: version.tf
exclude: examples/
- id: terraform_tflint
- id: terraform_tflint
# args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"]
# exclude: examples/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-symlinks
- id: detect-aws-credentials
- id: detect-private-key
# - id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit 7124534

Please sign in to comment.