Skip to content

Commit

Permalink
Incorporate suggesiton
Browse files Browse the repository at this point in the history
Co-authored-by: Micha Reiser <[email protected]>
  • Loading branch information
sbrugman and MichaReiser authored Oct 16, 2024
1 parent 1ccdf42 commit 848f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff/src/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ impl Printer {
if any_fixable {
writeln!(
writer,
"[*] indicates that a violation is fixable with the `--fix` option."
"[*] fixable with `ruff check --fix`
)?;
}
return Ok(());
Expand Down

0 comments on commit 848f7dd

Please sign in to comment.