diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39c7ee27..12d18c31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,9 +37,3 @@ repos: # - '-I/Users/togo/.miniforge/envs/dev/include/python3.10' # - '-I/Users/togo/.miniforge/envs/dev/lib/python3.10/site-packages/numpy/core/include' stages: [manual] - -- repo: https://github.com/cheshirekow/cmake-format-precommit - rev: v0.6.13 - hooks: - - id: cmake-format - - id: cmake-lint diff --git a/cmake-format.py b/cmake-format.py deleted file mode 100644 index 4d509443..00000000 --- a/cmake-format.py +++ /dev/null @@ -1,4 +0,0 @@ -with section("format"): - disable = False - line_width = 85 - tab_size = 4