From c0318bf923dc95620c0bcf74d7bae822604f7d53 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Sun, 2 Jun 2024 00:01:59 +1000 Subject: [PATCH 1/3] 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 From c52ddb21b7f7e61d90dbbb653de0d9bcdc141063 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Sun, 2 Jun 2024 18:26:34 +1000 Subject: [PATCH 2/3] Revert "Revert "[pre-commit.ci] pre-commit autoupdate (#1467)"" This reverts commit c0318bf923dc95620c0bcf74d7bae822604f7d53. --- .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 08ae2373d..4390a8d96 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: v0.86.4 + rev: v1.2.5a9 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.2 + rev: 0.28.4 hooks: - id: check-github-workflows - id: check-github-actions From 47f93758cd49e3db76434997ba4b7ef85190120e Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Sun, 2 Jun 2024 18:26:45 +1000 Subject: [PATCH 3/3] more --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4390a8d96..5daa10ba4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: exclude: | (?x)( ^integration-tests/sceptre-project/config/| - ^integration-tests/sceptre-project/templates/jinja/| + ^integration-tests/sceptre-project/templates/| ^tests/fixtures-vpc/config/| ^tests/fixtures/config/| ^temp/|