pre-commit: Bumped the version of clang-format we look to so we get the post-v17 fixes for macros and such

This commit is contained in:
dragonmux
2025-08-11 05:44:45 +01:00
parent efce8f5a29
commit e6bdba0486

View File

@@ -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