Dev-iL commented on code in PR #63754:
URL: https://github.com/apache/airflow/pull/63754#discussion_r2943274462
##########
.pre-commit-config.yaml:
##########
@@ -259,6 +259,13 @@ repos:
^scripts/ci/prek/update_installers_and_prek\.py$
pass_filenames: false
require_serial: true
+ - id: uv-sync
+ name: Run uv sync
+ entry: uv sync
Review Comment:
```suggestion
entry: uv lock
```
This is more suitable for a hook that should run quickly
--
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]