kou commented on a change in pull request #10571:
URL: https://github.com/apache/arrow/pull/10571#discussion_r656722722
##########
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:
Can we keep this by using `archery lint ...`?
--
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]