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

   ## 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?
   
   - Yes, and the PR name follows the `[GH-XXX] my subject` format. Closes 
#3240.
   
   ## What changes were proposed in this PR?
   
   - Run every Makefile `prek` invocation through `uv run`, including check, 
installation, and update targets.
   - Ensure those targets consistently use the project-managed development 
environment, matching the existing documentation.
   
   ## How was this patch tested?
   
   - `make -n check check-from-ref check-last check-stage update update-deps`
   - `uv run prek run --files Makefile`
   - `uv run prek run check-makefiles-tabs --hook-stage manual --files Makefile`
   - `uv run prek run insert-license --files Makefile`
   - `git diff --check`
   
   The auto-update targets were inspected with `make -n` rather than executed 
because running them would intentionally update hook and dependency locks.
   
   ## Did this PR include necessary documentation updates?
   
   - No, this PR does not affect any public API, so no documentation change is 
needed. The existing documentation already describes `uv`-managed execution; 
this patch makes the Makefile honor that behavior.
   


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