From 8fdec8c3f400038473cb4f9a175218a2e6c9a410 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:51:15 +0100 Subject: [PATCH] [ADMIN] Pre-commit auto-update (#197) Co-authored-by: marco-lancini <1472968+marco-lancini@users.noreply.github.com> --- .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 dff644e..a1de67b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: prettier - repo: https://github.com/crate-ci/typos - rev: typos-v0.10.26 + rev: v1.23.6 hooks: - id: typos args: ['--write-changes', '--config', '.typos.toml'] @@ -43,7 +43,7 @@ repos: # TERRAFORM # ============================================================================ - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.92.0 + rev: v1.92.1 hooks: - id: terraform_fmt