astral-sh/uv

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

Open

#8607 aperta il 27 ott 2024

Vedi su GitHub
 (7 commenti) (22 reazioni) (0 assegnatari)Rust (3111 fork)batch import
configurationhelp wanted

Metriche repository

Star
 (84.934 star)
Metriche merge PR
 (Merge medio 7g 16h) (259 PR mergiate in 30 g)

Descrizione

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)

Guida contributor