From bc10f9443bbba37da773fa7651958da8d2815438 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 23:10:19 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.2.0](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.2.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.13...v0.2.2) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.3...0.28.0) --- .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 ded54ff..2a094ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.13" + rev: "v0.2.2" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -67,7 +67,7 @@ repos: types_or: [json] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.3 + rev: 0.28.0 hooks: - id: check-readthedocs - id: check-github-workflows