Skip to content

Commit

Permalink
Auto generate docs/reference/options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent 7adc87a commit 8084dea
Showing 1 changed file with 70 additions and 2 deletions.
72 changes: 70 additions & 2 deletions docs/reference/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -7645,8 +7713,6 @@ list of string

## pre-commit.hooks.\<name>.verbose



forces the output of the hook to be printed even when the hook passes.


Expand Down Expand Up @@ -7745,6 +7811,8 @@ boolean

## pre-commit.hooks.alejandra.args



List of additional parameters to pass to the hook.


Expand Down

0 comments on commit 8084dea

Please sign in to comment.