From d1ff3f66026db805922d1ec61f789fddc2d78413 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:48: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/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.7) - [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..18e6195 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.5.7 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