From 9aaefeb04854c586b4d83d254683b860a50b55f5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:49:00 +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: 25.1.0 → 26.5.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.15.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.15.13) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.24.1...v0.25) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.33.3...0.37.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36035b7..847acde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "25.1.0" + rev: "26.5.0" hooks: - id: black-jupyter @@ -49,7 +49,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.0" + rev: "v0.15.13" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -65,7 +65,7 @@ repos: # - pytest - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell additional_dependencies: @@ -92,12 +92,12 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.37.2 hooks: - id: check-dependabot - id: check-github-workflows