check: enable cmake-format in pre-commit

This commit is contained in:
Markus Hofbauer
2022-03-22 18:34:05 +01:00
parent 70586138d9
commit fbe2e686eb

View File

@@ -10,10 +10,11 @@ repos:
# rev: v1.3.5 # rev: v1.3.5
# hooks: # hooks:
# - id: clang-format # - id: clang-format
# - repo: https://github.com/cheshirekow/cmake-format-precommit - repo: https://github.com/cheshirekow/cmake-format-precommit
# rev: v0.6.13 rev: v0.6.13
# hooks: hooks:
# - id: cmake-format - id: cmake-format
# additional_dependencies: ["cmakelang"] additional_dependencies: ["cmakelang"]
# - id: cmake-lint # - id: cmake-lint
# additional_dependencies: ["cmakelang"] # additional_dependencies: ["cmakelang"]
# exclude: "cmake/.*"