jdye64 commented on code in PR #2444: URL: https://github.com/apache/arrow-datafusion/pull/2444#discussion_r865859358
########## dev/format-code.sh: ########## @@ -0,0 +1,22 @@ +#!/bin/bash Review Comment: What about adding a `.pre-commit-config.yaml` file and a sentence or 2 about installing that as a local git hook to ensure that the steps are ran before each commit? This would allow for the user to opt in to running the pre-commits but once they do also help catch commits with unnoticed lint issues. Happy to add that as another PR on top of this PR. This is something we use in [cuDF](https://github.com/rapidsai/cudf/blob/branch-22.06/CONTRIBUTING.md#python--pre-commit-hooks) this is python specific and is only to illustrate an example. -- 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]
