From 51446ac3ae4a610558d723296684e0224569be12 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:47:07 +0000 Subject: [PATCH] pre-commit: auto-update hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v2.1.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...26.5.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.9.4](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.9.4) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.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 89f4f68..278d3ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.2 + rev: v0.15.20 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v2.1.0 hooks: - id: mypy files: src @@ -21,7 +21,7 @@ repos: additional_dependencies: ["scipy"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.5.1 hooks: - id: black # It is recommended to specify the latest version of Python @@ -31,14 +31,14 @@ repos: language_version: python3.11 - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.6.2" + rev: "v3.9.4" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript] #, json] args: [--prose-wrap=always] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell