From 7cd62f7f6ef42179a3dd27d94a726de97054a087 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:12:20 -0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/awslabs/cfn-python-lint: v1.15.2 → v1.20.1](https://github.com/awslabs/cfn-python-lint/compare/v1.15.2...v1.20.1) - [github.com/sirosen/check-jsonschema: 0.29.3 → 0.30.0](https://github.com/sirosen/check-jsonschema/compare/0.29.3...0.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c76e2ed..6bfa2488 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: entry: git-secrets args: [--scan, --recursive] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # On Windows, git will convert all CRLF to LF, but only after all hooks are done executing. # yamllint will fail before git has a chance to convert line endings, so it must be explicitly done before yamllint @@ -20,7 +20,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.15.2 + rev: v1.20.1 hooks: - id: cfn-python-lint files: templates/.*\.(json|yml|yaml)$ @@ -30,7 +30,7 @@ repos: hooks: - id: remove-tabs - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.3 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-github-actions