diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dcc6cbf..ed60d2cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,10 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer - # - repo: https://github.com/pre-commit/mirrors-clang-format - # rev: v15.0.4 - # hooks: - # - id: clang-format + - repo: https://github.com/pre-commit/mirrors-clang-format + rev: v15.0.4 + hooks: + - id: clang-format - repo: https://github.com/cheshirekow/cmake-format-precommit rev: v0.6.13 hooks: