diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c154ffad42..5d7b8a3726a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 # clang-format version + rev: v18.1.3 # clang-format version hooks: - id: clang-format - repo: https://github.com/cpplint/cpplint