From 852c4c3d10ec9ff8aebb5642de7262b72425454f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:55:52 +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-pre-commit-mirror: 24.1.1 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.1.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.4.3) - [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.4...0.28.2) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea514a4..5c7e090 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: hooks: - id: pycln - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black pass_filenames: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.4.3 hooks: - id: ruff - repo: https://github.com/seddonym/import-linter @@ -22,7 +22,7 @@ repos: - id: import-linter stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + rev: 0.28.2 hooks: - id: check-github-workflows