From 69e84b3033cdcf82491e4aa10f268bf448f5ba98 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 20:00:08 +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.1 → v1.15.2](https://github.com/awslabs/cfn-python-lint/compare/v1.15.1...v1.15.2) - [github.com/Lucas-C/pre-commit-hooks: v1.1.10 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.1.10...v1.5.5) --- .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 23d02c2..c25e285 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.15.1 + rev: v1.15.2 hooks: - id: cfn-python-lint files: template\.(json|yml|yaml)$ - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.5.5 hooks: - id: remove-tabs