From eb0184b098587b75380e123b934b22d4f07662b4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:08:02 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v22.1.1 → v22.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.1...v22.1.5) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.7...v0.15.15) --- .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 4363dfb90..80874be6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # Clang format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.1 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -60,7 +60,7 @@ repos: # Ruff, the Python auto-correcting linter/formatter written in Rust - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.15 hooks: - id: ruff args: ["--fix", "--show-fixes"]