From 50b7d18a6047e73ea0e6619f81fc4887fa03b1b4 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 12 Aug 2025 15:49:15 -0400 Subject: [PATCH] update precommit --- .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 8f0b325..b1216b1 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.83.5 + rev: v1.100.0 hooks: # - id: terraform_validate - id: terraform_fmt @@ -19,7 +19,7 @@ repos: # exclude: examples - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-symlinks - id: detect-aws-credentials