rmuir commented on PR #15629:
URL: https://github.com/apache/lucene/pull/15629#issuecomment-3829109849

   > @rmuir: So to basically run the checks on jenkins just add a job and call 
`uvx prek all-files` in checkout folder?
   
   @uschindler yes. If you want to be very pedantic, you can improve it for CI:
   
   Either of these does same thing:
   ```bash
   $ uv run --project dev-tools prek all-files
   $ UV_PROJECT=dev-tools uv run prek all-files
   ```
   
   This will definitely ensure it uses exact version of prek in our lockfile 
and is good for CI. If you look at the github workflow in here and the 
precommit configuration, you can see everything is done that way internally.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to