Add alpha instructions to the ruff_python_formatter README (#7064)

This commit is contained in:
Charlie Marsh 2023-09-06 13:55:16 +02:00 committed by GitHub
parent b3e8eca871
commit a3a531e0d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 310 additions and 8 deletions

View file

@ -388,7 +388,7 @@ pub struct LogLevelArgs {
help_heading = "Log levels"
)]
pub verbose: bool,
/// Print lint violations, but nothing else.
/// Print diagnostics, but nothing else.
#[arg(
short,
long,
@ -397,7 +397,7 @@ pub struct LogLevelArgs {
help_heading = "Log levels"
)]
pub quiet: bool,
/// Disable all logging (but still exit with status code "1" upon detecting lint violations).
/// Disable all logging (but still exit with status code "1" upon detecting diagnostics).
#[arg(
short,
long,