kszucs commented on a change in pull request #10571:
URL: https://github.com/apache/arrow/pull/10571#discussion_r656933224
##########
File path: .pre-commit-config.yaml
##########
@@ -29,13 +29,6 @@ repos:
entry: bash -c "git archive HEAD --prefix=apache-arrow/
--output=arrow-src.tar && ./dev/release/run-rat.sh arrow-src.tar"
always_run: true
pass_filenames: false
- - id: cmake-format
- name: CMake Format
- language: python
- entry: python run-cmake-format.py
- types: [cmake]
- additional_dependencies:
- - cmake_format==0.5.2
Review comment:
My long term plan is to use `archery lint` from the pre-commit hooks,
but archery doesn't accept a list of files to lint while pre-commit-hooks only
check the changed files based on the git diff.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]