[
https://issues.apache.org/jira/browse/ARROW-9426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou updated ARROW-9426:
----------------------------------
Component/s: Continuous Integration
> [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, Continuous Integration
> Reporter: Chen
> Priority: Minor
>
> 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)