From 0eef8d33e55bbb7c48db06ae61e2037f0e2d1796 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:56:20 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/antonbabenko/pre-commit-terraform: v1.94.2 → v1.96.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.94.2...v1.96.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.17.0 → v9.18.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.17.0...v9.18.0) --- .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 9464af3..9fa4be5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: detect-secrets args: ["--baseline", ".secrets.baseline"] - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.94.2 + rev: v1.96.0 hooks: - id: terraform_fmt - id: terraform_validate @@ -29,7 +29,7 @@ repos: hooks: - id: check-github-actions - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.17.0 + rev: v9.18.0 hooks: - id: commitlint additional_dependencies: ['@commitlint/config-conventional']