From 12181480e856bc73d9d812c527e4c68edc2258e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:58:12 +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.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.10) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.7.4) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](https://github.com/kynan/nbstripout/compare/0.8.1...0.8.2) --- .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 eec5d9b03..d27596d81 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.10 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.7.4 hooks: - id: prettier @@ -40,7 +40,7 @@ repos: additional_dependencies: - pydoclint[flake8] - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout - repo: https://github.com/ComPWA/taplo-pre-commit