diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 462954bb..c322456c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,13 @@ repos: # language: script # pass_filenames: false - - repo: https://github.com/pocc/pre-commit-hooks - rev: master + - repo: https://github.com/pre-commit/mirrors-clang-format + rev: "" hooks: - id: clang-format + entry: clang-format -i args: [--style=llvm] + types_or: [c++] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0