From 6dcdf8c7756f06fa541bd642128aa971738cbe7e Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 18 Oct 2023 11:33:55 -0400 Subject: [PATCH] update --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d93faf0..fc50275 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.62.1 + rev: v1.83.5 hooks: # - id: terraform_validate - id: terraform_fmt @@ -16,8 +16,9 @@ repos: # exclude: examples/ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: # - id: check-symlinks - id: detect-aws-credentials + args: [ "--allow-missing-credentials" ] - id: detect-private-key