You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/ruff_workspace/src/configuration.rs
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -454,17 +454,6 @@ impl Configuration {
454
454
returnErr(anyhow!("The `tab-size` option has been renamed to `indent-width` to emphasize that it configures the indentation used by the formatter as well as the tab width. Please update {config_to_update} to use `indent-width = <value>` instead."));
455
455
}
456
456
457
-
#[allow(deprecated)]
458
-
if options.output_format == Some(OutputFormat::Text){
r#"The option `output_format=text` is no longer supported. Update {config_to_update} to use `output-format="concise"` or `output-format="full"` instead."#
0 commit comments