mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:47 +00:00
Add alpha instructions to the ruff_python_formatter
README (#7064)
This commit is contained in:
parent
b3e8eca871
commit
a3a531e0d4
4 changed files with 310 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue