Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/uv-workspace/src/pyproject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ pub struct ToolUv {

/// The list of `dependency-groups` to install by default.
///
/// Can also be the literal "all" to default enable all groups.
/// Can also be the literal `"all"` to default enable all groups.
#[option(
default = r#"["dev"]"#,
value_type = r#"str | list[str]"#,
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ constraint-dependencies = ["grpcio<1.65"]

The list of `dependency-groups` to install by default.

Can also be the literal "all" to default enable all groups.
Can also be the literal `"all"` to default enable all groups.

**Default value**: `["dev"]`

Expand Down
2 changes: 1 addition & 1 deletion uv.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading