From 0737f25fc60de637bb3fa8b17f876347398d3588 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:53:48 +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/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.6.1) - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/sirosen/check-jsonschema: 0.28.6 → 0.29.1](https://github.com/sirosen/check-jsonschema/compare/0.28.6...0.29.1) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- .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 194c8b8..f54f793 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.6.1 hooks: - id: ruff args: @@ -31,7 +31,7 @@ repos: args: ["--fix=lf"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black language_version: python3.12 @@ -49,13 +49,13 @@ repos: - id: isort args: [ --profile=black ] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8