Skip to content

Commit

Permalink
Auto generate docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent 1e83537 commit 09526aa
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions docs/supported-languages/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,65 @@ package



## languages\.python\.uv\.sync\.enable



Whether to enable uv sync during devenv initialisation\.



*Type:*
boolean



*Default:*
` false `



*Example:*
` true `



## languages\.python\.uv\.sync\.allExtras



Whether to install all extras\. See ` --all-extras `\.



*Type:*
boolean



*Default:*
` false `



## languages\.python\.uv\.sync\.extras



Which extras to install\. See ` --extra `\.



*Type:*
list of string



*Default:*
` [ ] `



## languages\.python\.venv\.enable


Expand Down

0 comments on commit 09526aa

Please sign in to comment.