From 9f2214615bcb4881e2aa8aabcfbf018ff6ff0995 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 07:06:11 +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/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.278](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.269...v0.0.278) - [github.com/python-jsonschema/check-jsonschema: 0.23.0 → 0.23.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.0...0.23.3) --- .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 505af65..dcd2108 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,14 +25,14 @@ repos: hooks: - id: remove-crlf - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.269' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.0.278' hooks: - id: ruff - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.0 + rev: 0.23.3 hooks: - id: check-github-workflows