This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 7a123e3 Add pre-commit to the dependency update target
7a123e3 is described below
commit 7a123e3150e202014d224b9f39a5b1db8c6cd0d7
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Nov 4 14:03:39 2025 +0000
Add pre-commit to the dependency update target
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 9f1802b..941ca74 100644
--- a/Makefile
+++ b/Makefile
@@ -100,5 +100,6 @@ sync-all:
uv sync --all-groups
update-deps:
+ pre-commit autoupdate || :
uv lock --upgrade
uv sync --all-groups
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]