Skip to content
Snippets Groups Projects
Commit a9ada423 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[cmake_format] exclude pybind11

parent 2d44ade4
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ repos:
hooks:
- id: cmake-format
additional_dependencies: [pyyaml>=5.1] # see https://github.com/cheshirekow/cmake-format-precommit/pull/4#issuecomment-943444582
exclude: "config.h.cmake"
exclude: "config.h.cmake|pybind11"
args: ["-i", "--config-files=.cmake_format.py"]
# - id: cmake-lint
# additional_dependencies: [pyyaml>=5.1] # see https://github.com/cheshirekow/cmake-format-precommit/pull/4#issuecomment-943444582
# exclude: "config.h.cmake"
# exclude: "config.h.cmake|pybind11"
# args: ["--config-files=.cmake_format.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment