mirror of https://github.com/astral-sh/ruff
Use a deprecated output format for the ecosystem check
This commit is contained in:
parent
b9b44a1b35
commit
0334133dbd
|
|
@ -207,7 +207,7 @@ class CheckOptions(CommandOptions):
|
|||
"--no-cache",
|
||||
"--exit-zero",
|
||||
"--output-format",
|
||||
"concise",
|
||||
"text", # TODO(jane): switch to "concise" after the release of 0.2.0
|
||||
f"--{'' if self.preview else 'no-'}preview",
|
||||
]
|
||||
if self.select:
|
||||
|
|
|
|||
Loading…
Reference in New Issue