From c67d2edc110e8a1ac986060993eed5b8ca070cb4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:19:16 +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/executablebooks/mdformat: 0.7.22 → 1.0.0](https://github.com/executablebooks/mdformat/compare/0.7.22...1.0.0) - [github.com/compilerla/conventional-pre-commit: v4.0.0 → v4.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v4.0.0...v4.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.15.5) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.23...v0.25) --- .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 863702c..4c75493 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # General # https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: # Whitespace - id: trailing-whitespace @@ -45,7 +45,7 @@ repos: # Markdown # https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -59,7 +59,7 @@ repos: # Conventional Commits # https://github.com/compilerla/conventional-pre-commit - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.0.0 + rev: v4.4.0 hooks: - id: conventional-pre-commit stages: @@ -72,7 +72,7 @@ repos: # Python: lint and format code # https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.15.5 hooks: - id: ruff args: @@ -91,6 +91,6 @@ repos: # Python: check project (i.e. `pyproject.toml`) # https://github.com/abravalheri/validate-pyproject - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.23 + rev: v0.25 hooks: - id: validate-pyproject