nssalian commented on code in PR #3141:
URL: https://github.com/apache/iceberg-python/pull/3141#discussion_r2919259350
##########
.pre-commit-config.yaml:
##########
@@ -66,11 +66,9 @@ repos:
rev: v2.4.1
hooks:
- id: codespell
- - repo: local
+ - repo: https://github.com/astral-sh/uv-pre-commit
+ # uv version.
+ rev: 0.10.9
hooks:
- - id: uv-lock-check
- name: uv lock file check
- entry: make uv-lock-check
- language: system
- pass_filenames: false
- files: ^(pyproject\.toml|uv\.lock)$
+ # Update the uv lockfile
+ - id: uv-lock
Review Comment:
If this updates and checks, that's great, else we might have to restore the
makefile: https://docs.astral.sh/uv/guides/integration/pre-commit/ just says
checks if up to date so @raulcd's comment is worth looking at by testing
locally.
--
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]