From 9dd49864df83147b150e7105795b4eaada1fff9e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:49:43 +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/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.15.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.7 → v21.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.7...v21.1.8) --- .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 36cbd80..1d0852f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.9 + rev: v0.15.0 hooks: # Run the linter. - id: ruff @@ -41,7 +41,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.7 # Use the sha / tag you want to point at + rev: v21.1.8 # Use the sha / tag you want to point at hooks: - id: clang-format args: ["-style=Google"]