From f74d6d65842d36a23a1be99aa1d33aafd1da36fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:34:58 +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/PyCQA/flake8: 7.1.2 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.1.2...7.3.0) - [github.com/adrienverge/yamllint: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint/compare/v1.37.0...v1.37.1) - [github.com/awslabs/cfn-python-lint: v1.32.1 → v1.40.0](https://github.com/awslabs/cfn-python-lint/compare/v1.32.1...v1.40.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.9.0) - [github.com/python-poetry/poetry: 2.1.1 → 2.2.1](https://github.com/python-poetry/poetry/compare/2.1.1...2.2.1) - [github.com/sirosen/check-jsonschema: 0.32.1 → 0.34.0](https://github.com/sirosen/check-jsonschema/compare/0.32.1...0.34.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index def062c7b..f81666dff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,21 +7,21 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v1.32.1 + rev: v1.40.0 hooks: - id: cfn-python-lint args: @@ -39,17 +39,17 @@ repos: ^.github/| ^.pre-commit-config.yaml ) - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/python-poetry/poetry - rev: '2.1.1' + rev: '2.2.1' hooks: - id: poetry-check - id: poetry-lock - repo: https://github.com/sirosen/check-jsonschema - rev: 0.32.1 + rev: 0.34.0 hooks: - id: check-github-workflows - id: check-github-actions