From c5acb9b72fc62e9259cfb13e3afeed29d3eaa316 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:18:44 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.24.0 → v9.25.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.24.0...v9.25.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.14) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.12) --- .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 b273ce1..33e6eb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,13 +59,13 @@ repos: - --autofix exclude: .*docs/blog/codes/2024/0012/junk/registration-flow-response.json - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.24.0 + rev: v9.25.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.14 hooks: - id: ruff types_or: @@ -81,6 +81,6 @@ repos: - pyi - jupyter - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint