From 3f04cbad9e7c18199ddc05f79141543aed195ae4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:31:14 +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/awslabs/cfn-python-lint: v1.15.0 → v1.15.2](https://github.com/awslabs/cfn-python-lint/compare/v1.15.0...v1.15.2) - [github.com/sirosen/check-jsonschema: 0.29.2 → 0.29.3](https://github.com/sirosen/check-jsonschema/compare/0.29.2...0.29.3) --- .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 40cbc8a..af730a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.15.0 + rev: v1.15.2 hooks: - id: cfn-python-lint args: @@ -53,7 +53,7 @@ repos: args: [ --ignore-missing-imports ] additional_dependencies: [ types-PyYAML ] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-github-workflows - id: check-github-actions