Chen created ARROW-9426:
---------------------------
Summary: [CI] Maybe redundant 'entry' key in
.pre-commit-config.yaml
Key: ARROW-9426
URL: https://issues.apache.org/jira/browse/ARROW-9426
Project: Apache Arrow
Issue Type: Bug
Components: CI
Reporter: Chen
Hi, occasionally I find a mior issue in the '.pre-commit-config.yaml' file that.
```yaml
- 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)