astral-sh/uv
View on GitHubSupport `all-extras` configuration for `uv sync` command
Open
#8,607 opened on Oct 27, 2024
configurationhelp wanted
Description
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:
$ uv --version
uv 0.4.27 (36b729e92 2024-10-25)