This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 210158e670f Hooks: use uv lock instead of sync (#63796)
210158e670f is described below
commit 210158e670f58101ee19cdc9281c891e6f969fc6
Author: Dev-iL <[email protected]>
AuthorDate: Tue Mar 17 17:30:12 2026 +0200
Hooks: use uv lock instead of sync (#63796)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 23491253889..879fb1246e1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -985,7 +985,7 @@ repos:
# Unless there is a conflict and uv will determine that the lock needs
to be updated to resolve it
- id: update-uv-lock
name: Update uv.lock
- entry: uv sync
+ entry: uv lock
language: system
files: >
(?x)