diff --git a/docs/reference/options.md b/docs/reference/options.md index 1d78dc69c..8505f5166 100644 --- a/docs/reference/options.md +++ b/docs/reference/options.md @@ -5010,6 +5010,74 @@ package +## languages.python.uv.sync.enable + + + +Whether to enable uv sync during devenv initialisation. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix](https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix) + + + +## languages.python.uv.sync.allExtras + + + +Whether to install all extras. See ` --all-extras `. + + + +*Type:* +boolean + + + +*Default:* +` false ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix](https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix) + + + +## languages.python.uv.sync.extras + + + +Which extras to install. See ` --extra `. + + + +*Type:* +list of string + + + +*Default:* +` [ ] ` + +*Declared by:* + - [https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix](https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix) + + + ## languages.python.venv.enable @@ -7645,8 +7713,6 @@ list of string ## pre-commit.hooks.\.verbose - - forces the output of the hook to be printed even when the hook passes. @@ -7745,6 +7811,8 @@ boolean ## pre-commit.hooks.alejandra.args + + List of additional parameters to pass to the hook.