diff --git a/crates/ruff_workspace/src/options.rs b/crates/ruff_workspace/src/options.rs index 6c9ac41502..b1399dbaaf 100644 --- a/crates/ruff_workspace/src/options.rs +++ b/crates/ruff_workspace/src/options.rs @@ -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" "#