Hi, occasionally I find a mior issue in the '.pre-commit-config.yaml' file that.
- id: cmake-format
name: CMake Format
language: python
entry: bash -c "pip install cmake-format && python run-cmake-format.py --check"
entry: echo
files: ^(.**/CMakeLists.txt|.**.cmake)$
Maybe the item entry: echo is redundant.
Reporter: Chen / @dota17
Note: This issue was originally created as ARROW-9426. Please see the migration documentation for further details.