From 33e8217c193599b032077014b22db849a6c092fe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:43:53 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#67) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/antonbabenko/pre-commit-terraform: v1.88.3 → v1.88.4](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.88.3...v1.88.4) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.0...0.28.1) 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 53a7f7b..0255924 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.88.3 + rev: v1.88.4 hooks: - id: terraform_fmt - id: terraform_validate @@ -25,7 +25,7 @@ repos: - id: terraform-docs-go args: ["markdown", "--output-file", "README.md", "."] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-github-actions - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook