mirror of https://github.com/astral-sh/ruff
Fix formatting for analyze `direction` values (#13476)
This commit is contained in:
parent
047d77c60b
commit
7c55330534
|
|
@ -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…
Reference in New Issue