From 619b2bebb1c35b9243d1b3532a455ba741322a74 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:41:34 +0000 Subject: [PATCH] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.5 → v0.16.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.5...v0.16.7) - [github.com/pre-commit/mirrors-clang-format: v23.1.0 → v23.1.1](https://github.com/pre-commit/mirrors-clang-format/compare/v23.1.0...v23.1.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 902886d..16a8259 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,14 +40,14 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.5" + rev: "v0.16.7" hooks: - id: ruff args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v23.1.0" + rev: "v23.1.1" hooks: - id: clang-format types_or: [c++, c, cuda]