From e2818ee07f5768979a506918e9cd2984cb27455d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:14:26 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/awslabs/cfn-python-lint: v1.38.1 → v1.39.1](https://github.com/awslabs/cfn-python-lint/compare/v1.38.1...v1.39.1) - [github.com/sirosen/check-jsonschema: 0.33.2 → 0.33.3](https://github.com/sirosen/check-jsonschema/compare/0.33.2...0.33.3) --- .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 686ea040..f89fdb09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: entry: git-secrets args: [--scan, --recursive] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.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 @@ -22,7 +22,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.38.1 + rev: v1.39.1 hooks: - id: cfn-python-lint files: templates/.*\.(json|yml|yaml)$ @@ -32,7 +32,7 @@ repos: hooks: - id: remove-tabs - repo: https://github.com/sirosen/check-jsonschema - rev: 0.33.2 + rev: 0.33.3 hooks: - id: check-github-workflows - id: check-github-actions