From e6bdba0486a22191b6ffcab54926868f30c3dd8d Mon Sep 17 00:00:00 2001 From: dragonmux Date: Mon, 11 Aug 2025 05:44:45 +0100 Subject: [PATCH] pre-commit: Bumped the version of clang-format we look to so we get the post-v17 fixes for macros and such --- .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 9cfbcdd8..da8c7719 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ exclude: '^upgrade/|^scripts/' # don't run hooks on scripts/ and upgrade/ repos: -- repo: https://github.com/ssciwr/clang-format-hook - rev: v16.0.2 +- repo: https://github.com/pre-commit/mirrors-clang-format + rev: v18.1.8 hooks: - id: clang-format # entries here override, not extend, upstream's configuration