Improve formatting for "all" default-groups setting documentation (#12963)

## Summary

Make the documentation for `"all"` `defauilt-groups` a little easier to
read by monospacing the literal.
This commit is contained in:
johnthagen 2025-04-18 11:34:39 -04:00 committed by GitHub
parent 17ed789edb
commit 3d340e83b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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]"#,