From ab01412fc832825002f34a45059fda2686e680cd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:27:40 +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/keewis/blackdoc: v0.4.2 → v0.4.3](https://github.com/keewis/blackdoc/compare/v0.4.2...v0.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.2...v0.14.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab930931..0f9508c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,13 +29,13 @@ repos: hooks: - id: black-jupyter - repo: https://github.com/keewis/blackdoc - rev: v0.4.2 + rev: v0.4.3 hooks: - id: blackdoc additional_dependencies: ["black==25.9.0"] - id: blackdoc-autoupdate-black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff args: ["--fix"]