mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
Remove mdcat dependency (#2959)
This commit is contained in:
parent
fdcb78fd8c
commit
370c3a5daf
5 changed files with 6 additions and 850 deletions
|
@ -41,7 +41,7 @@ pub enum Command {
|
|||
rule: Rule,
|
||||
|
||||
/// Output format
|
||||
#[arg(long, value_enum, default_value = "pretty")]
|
||||
#[arg(long, value_enum, default_value = "text")]
|
||||
format: HelpFormat,
|
||||
},
|
||||
/// List or describe the available configuration options
|
||||
|
@ -296,7 +296,6 @@ pub struct CheckArgs {
|
|||
pub enum HelpFormat {
|
||||
Text,
|
||||
Json,
|
||||
Pretty,
|
||||
}
|
||||
|
||||
#[allow(clippy::module_name_repetitions)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue