This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new 9f485a6 Move dev dependencies under tool.uv section
9f485a6 is described below
commit 9f485a6eb8e7ff16746ff314623f5360be09fe1f
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Nov 13 09:33:08 2025 -0800
Move dev dependencies under tool.uv section
---
pyproject.toml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 1f5dbc7..a7a4f83 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,8 +5,10 @@ description = "Run pre-commit analysis in CI"
requires-python = ">=3.10"
dependencies = []
-[project.optional-dependencies]
-dev = ["pre-commit>=3.8.0"]
+[tool.uv]
+dev-dependencies = [
+ "pre-commit>=3.8.0"
+]
[build-system]
requires = ["setuptools", "wheel"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]