From bac2c2b49df238df3c9ab8b9613b56cebc994f8b Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Wed, 12 Jun 2024 08:01:32 +1000 Subject: [PATCH] Fix broken build caused by pre-commit bot (#1470) The pre-commit bot added 906005d which broke the build. Root cause is the lastest version of the CFN Lint emits errors about some of the integration test CloudFormation code. This tweaks the linter config to ignore these files. --- .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/|