Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 13, 2024
1 parent 0dbd9e0 commit 1b54b36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.86.0
rev: v1.96.2
hooks:
# - id: terraform_validate
- id: terraform_fmt
args:
- --hook-config=--tf-path=terraform_current
# - id: terraform_docs_replace
# args: ['table']
# exclude: common/*.tf
Expand All @@ -20,7 +22,7 @@ repos:
# exclude: examples

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-symlinks
- id: detect-aws-credentials
Expand Down

0 comments on commit 1b54b36

Please sign in to comment.