mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Fix formatting for analyze direction
values (#13476)
This commit is contained in:
parent
047d77c60b
commit
7c55330534
1 changed files with 2 additions and 2 deletions
|
@ -3355,8 +3355,8 @@ pub struct AnalyzeOptions {
|
|||
/// Whether to generate a map from file to files that it depends on (dependencies) or files that
|
||||
/// depend on it (dependents).
|
||||
#[option(
|
||||
default = r#"\"dependencies\""#,
|
||||
value_type = "\"dependents\" | \"dependencies\"",
|
||||
default = r#""dependencies""#,
|
||||
value_type = r#""dependents" | "dependencies""#,
|
||||
example = r#"
|
||||
direction = "dependencies"
|
||||
"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue