From ceb2e797927f8276c4bd6175dbe8071b3eefae0a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:11:45 +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/alessandrojcm/commitlint-pre-commit-hook: v9.20.0 → v9.26.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.20.0...v9.26.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.16.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.16.4) --- .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 4359c4a..4fd70b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -41,13 +41,13 @@ repos: - id: mixed-line-ending - id: pretty-format-json - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.20.0 + rev: v9.26.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.16.4 hooks: - id: ruff types_or: