diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90029c249..0df4f091e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: files: ^.*\.cmake|CMakeLists\.txt$ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v15.0.4 + rev: v14.0.6 hooks: - id: clang-format types_or: [c++, c]