From a65652dc55faf2ae815654568277590d72b8b7b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:06:19 +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/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.3...0.28.1) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...24.3.0) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.2...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.3.5) --- .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 ab349682..c7f28ae0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.27.3" + rev: "0.28.1" hooks: - id: "check-github-workflows" # TODO: Re-enable. The checker and the docs say `build.tools` is @@ -16,7 +16,7 @@ repos: # - id: "check-readthedocs" - repo: https://github.com/psf/black-pre-commit-mirror - rev: "23.12.1" + rev: "24.3.0" hooks: # With notebook support: # - id: black-jupyter @@ -53,7 +53,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.2" + rev: "v4.0.0-alpha.8" hooks: - id: prettier types_or: [json] @@ -62,7 +62,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.9" + rev: "v0.3.5" hooks: - id: ruff args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]