From 162a2275a6080707bd7f9b40eb3f8c94eae27114 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:19:52 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/antonbabenko/pre-commit-terraform: v1.83.5 → v1.83.6](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.5...v1.83.6) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.8.0 → v9.9.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.8.0...v9.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@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 e31a045..a5bbd0d 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.83.5 + rev: v1.83.6 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.8.0 + rev: v9.9.0 hooks: - id: commitlint additional_dependencies: ['@commitlint/config-conventional']