From 195291d835e36f11b9493ca4b9fac404e1af5b26 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:52:06 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.15.9) - [github.com/keewis/blackdoc: v0.4.1 → v0.4.6](https://github.com/keewis/blackdoc/compare/v0.4.1...v0.4.6) - [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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 635784cd..9e7ddb4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.15.9 hooks: - id: ruff args: [--fix] @@ -21,13 +21,13 @@ repos: # - id: docformatter # args: [--in-place, --make-summary-multi-line, --pre-summary-newline] - repo: https://github.com/keewis/blackdoc - rev: v0.4.1 + rev: v0.4.6 hooks: - id: blackdoc exclude: ^dev-scripts/ additional_dependencies: ['black==24.8.0'] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell types_or: [python, rst, markdown]