Skip to content

[CI] Maybe redundant 'entry' key in .pre-commit-config.yaml #17270

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions