From 2a41cf913e8484bd6f16a0d45c54ca88c3f56821 Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 19 Oct 2023 10:47:30 -0400 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f9f794..552d213 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.48.0 + rev: v1.83.5 hooks: # - id: terraform_validate - id: terraform_fmt @@ -13,7 +13,7 @@ repos: # args: [ "--args=--config=__GIT_WORKING_DIR__/.tflint.hcl"] # exclude: examples - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: check-symlinks - id: detect-aws-credentials