mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +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
|
/// Whether to generate a map from file to files that it depends on (dependencies) or files that
|
||||||
/// depend on it (dependents).
|
/// depend on it (dependents).
|
||||||
#[option(
|
#[option(
|
||||||
default = r#"\"dependencies\""#,
|
default = r#""dependencies""#,
|
||||||
value_type = "\"dependents\" | \"dependencies\"",
|
value_type = r#""dependents" | "dependencies""#,
|
||||||
example = r#"
|
example = r#"
|
||||||
direction = "dependencies"
|
direction = "dependencies"
|
||||||
"#
|
"#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue