kou opened a new issue, #40542: URL: https://github.com/apache/arrow/issues/40542
### Describe the enhancement requested All checks are skipped now: https://github.com/apache/arrow/actions/runs/8277176289/job/22647020698#step:6:12 ```text Release Audit Tool.......................................................Passed Docker Format........................................(no files to check)Skipped Python Format........................................(no files to check)Skipped cython-lint..........................................(no files to check)Skipped C/GLib Format........................................(no files to check)Skipped ``` It seems that we need to use `--all-files` option. https://pre-commit.com/#usage-in-continuous-integration > pre-commit can also be used as a tool for continuous integration. For instance, adding `pre-commit run --all-files` as a CI step will ensure everything stays in tip-top shape. To check only files which have changed, which may be faster, use something like `pre-commit run --from-ref origin/HEAD --to-ref HEAD` ### Component(s) Continuous Integration, Developer Tools -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
