From 3e5f999b7b5772d087a1db2e3d4e1ea8e73bf009 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:26:44 +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/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.13) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.0](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.8.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.0](https://github.com/kynan/nbstripout/compare/0.8.1...0.9.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 eec5d9b038..c821fd532e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: types: [text] files: \.(json|ipynb)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.13 hooks: - id: ruff name: ruff lint (.py) @@ -23,7 +23,7 @@ repos: - id: ruff-format types_or: [python, jupyter] - repo: https://github.com/rbubley/mirrors-prettier # Update mirror as official mirror is deprecated - rev: v3.6.2 + rev: v3.8.0 hooks: - id: prettier @@ -40,7 +40,7 @@ repos: additional_dependencies: - pydoclint[flake8] - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.0 hooks: - id: nbstripout - repo: https://github.com/ComPWA/taplo-pre-commit