From c17e40b4f9e9c57d430229a7cf065253e66b13e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:43:31 +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/commitizen-tools/commitizen: v4.10.0 → v4.15.1](https://github.com/commitizen-tools/commitizen/compare/v4.10.0...v4.15.1) - [github.com/astral-sh/uv-pre-commit: 0.9.16 → 0.11.13](https://github.com/astral-sh/uv-pre-commit/compare/0.9.16...0.11.13) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.15.12) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.46.0...v0.48.0) --- .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 885c354..14a9425 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: # Versioning: Commit messages & changelog - repo: https://github.com/commitizen-tools/commitizen - rev: v4.10.0 + rev: v4.15.1 hooks: - id: commitizen stages: [commit-msg] # Deps: ensure Python uv lockfile is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.16 + rev: 0.11.13 hooks: - id: uv-lock @@ -24,7 +24,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.14.8" + rev: "v0.15.12" hooks: # Run the linter - id: ruff @@ -42,7 +42,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.46.0 + rev: v0.48.0 hooks: - id: markdownlint args: [--fix, --ignore, CHANGELOG.md, --ignore, LICENSE.md]