From eb1a9a19650538a4928f1a3afaa637f93fc39e67 Mon Sep 17 00:00:00 2001 From: Nyako Shigure Date: Thu, 17 Sep 2026 15:42:28 +0800 Subject: [PATCH] fix(hooks): upgrade clang-format to 15.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 🐛 Bug Fix - Use the 15.0.6 macOS wheel with native arm64 support instead of the x86_64-only binary shipped in the 14.0.6 universal2 wheel. - Preserve the hook manifest, file selection and formatting defaults. - Verify full pre-commit/prek runs and zero format delta on all ten currently matched files; leave unrelated formatters unchanged. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f73d2c1..b80a50c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: skills/.* | .opencode/.* | docs/.* )$ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v14.0.6 + rev: v15.0.6 hooks: - id: clang-format - repo: local