kevinjqliu opened a new issue, #3140:
URL: https://github.com/apache/iceberg-python/issues/3140

   Remove the locally defined `uv lock check`  pre-commit in favor of 
`uv-pre-commit`
   
   Remove 
https://github.com/apache/iceberg-python/blob/401c297eec334b1c8ee0fc4e9418cb0d5e815308/.pre-commit-config.yaml#L69-L76
   
   replace with 
https://github.com/astral-sh/uv-pre-commit?tab=readme-ov-file#using-uv-with-pre-commit
   ```
   - repo: https://github.com/astral-sh/uv-pre-commit
     # uv version.
     rev: 0.10.9
     hooks:
       # Update the uv lockfile
       - id: uv-lock
   ```
   
   may be remove the Makefile definition too 
   
https://github.com/apache/iceberg-python/blob/401c297eec334b1c8ee0fc4e9418cb0d5e815308/Makefile#L197-L203
   
   


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