diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 682b1f66..7a10eda4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,11 @@ repos: # rev: v1.3.5 # hooks: # - id: clang-format - # - repo: https://github.com/cheshirekow/cmake-format-precommit - # rev: v0.6.13 - # hooks: - # - id: cmake-format - # additional_dependencies: ["cmakelang"] - # - id: cmake-lint - # additional_dependencies: ["cmakelang"] + - repo: https://github.com/cheshirekow/cmake-format-precommit + rev: v0.6.13 + hooks: + - id: cmake-format + additional_dependencies: ["cmakelang"] + # - id: cmake-lint + # additional_dependencies: ["cmakelang"] + # exclude: "cmake/.*"