From c0318bf923dc95620c0bcf74d7bae822604f7d53 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Sun, 2 Jun 2024 00:01:59 +1000 Subject: [PATCH] Revert "[pre-commit.ci] pre-commit autoupdate (#1467)" This reverts commit 906005d36c9b773894c075203b898f42988e229f. --- .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 4390a8d96..08ae2373d 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.2.5a9 + rev: v0.86.4 hooks: - id: cfn-python-lint args: @@ -47,7 +47,7 @@ repos: language_version: python3.10 args: ['--check'] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.4 + rev: 0.28.2 hooks: - id: check-github-workflows - id: check-github-actions