From 414fcf4db63adee45994350dffdaccb0f41f1619 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:53:56 -0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.33.0...v1.35.1) - [github.com/awslabs/cfn-python-lint: v0.84.0 → v0.85.2](https://github.com/awslabs/cfn-python-lint/compare/v0.84.0...v0.85.2) - [github.com/psf/black: 23.12.1 → 24.2.0](https://github.com/psf/black/compare/23.12.1...24.2.0) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.28.0](https://github.com/sirosen/check-jsonschema/compare/0.27.3...0.28.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11d46dd..ace46ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint - repo: https://github.com/awslabs/cfn-python-lint - rev: v0.84.0 + rev: v0.85.2 hooks: - id: cfn-python-lint args: @@ -36,7 +36,7 @@ repos: ^.pre-commit-config.yaml ) - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/python-poetry/poetry @@ -47,7 +47,7 @@ repos: language_version: python3.10 args: ['--check'] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.28.0 hooks: - id: check-github-workflows - id: check-github-actions