mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:24 +00:00
update option docs
This commit is contained in:
parent
8c905be063
commit
c3e307739b
2 changed files with 2 additions and 2 deletions
2
crates/ty/docs/configuration.md
generated
2
crates/ty/docs/configuration.md
generated
|
@ -474,7 +474,7 @@ Defaults to `full`.
|
|||
|
||||
**Default value**: `full`
|
||||
|
||||
**Type**: `full | concise | azure`
|
||||
**Type**: `full | concise | azure | json | json-lines`
|
||||
|
||||
**Example usage** (`pyproject.toml`):
|
||||
|
||||
|
|
|
@ -990,7 +990,7 @@ pub struct TerminalOptions {
|
|||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
#[option(
|
||||
default = r#"full"#,
|
||||
value_type = "full | concise | azure",
|
||||
value_type = "full | concise | azure | json | json-lines",
|
||||
example = r#"
|
||||
output-format = "concise"
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue