jbampton opened a new pull request, #2197:
URL: https://github.com/apache/sedona/pull/2197

   The "manual" stage in pre-commit refers to a specific hook stage designed 
for hooks that are not intended to run automatically during a standard git 
commit operation. Instead, these hooks are meant to be triggered explicitly by 
a user, typically when performing a full repository scan or a specific check.
   
   This speeds up the standard `pre-commit run --all-files` run by not running 
these two hooks.
   
   Both hooks are time consuming
   
   Can run the manual hooks with:
   
   `pre-commit run --all-files --hook-stage manual`
   
   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor 
Development Guide](https://sedona.apache.org/latest/community/develop/)
   
   ## Is this PR related to a ticket?
   
   - No this is a CI update. The PR name follows the format `[CI] my subject`
   
   ## What changes were proposed in this PR?
   
   As described above.
   
   ## How was this patch tested?
   
   Ran pre-commit both normally and manually.
   
   ## Did this PR include necessary documentation updates?
   
   - No, this PR does not affect any public API so no need to change the 
documentation.
   


-- 
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]

Reply via email to