astral-sh/uv

Support `all-extras` configuration for `uv sync` command

Open

#8,607 建立於 2024年10月27日

在 GitHub 查看
 (7 留言) (22 反應) (0 負責人)Rust (3,111 fork)batch import
configurationhelp wanted

倉庫指標

Star
 (84,934 star)
PR 合併指標
 (平均合併 7天 16小時) (30 天內合併 259 個 PR)

描述

The tool.uv.pip configuration section allows setting all-extras = true which affects all subcommands in the uv pip namespace. Is it possible to add the same configuration for the [tool.uv] table? This will allow, for example, to use uv sync to sync all extras automatically (instead of having to type uv sync --all-extras).

The current section in the documentation, for reference:
image

$ uv --version
uv 0.4.27 (36b729e92 2024-10-25)

貢獻者指南