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",
|
"--no-cache",
|
||||||
"--exit-zero",
|
"--exit-zero",
|
||||||
"--output-format",
|
"--output-format",
|
||||||
"concise",
|
"text", # TODO(jane): switch to "concise" after the release of 0.2.0
|
||||||
f"--{'' if self.preview else 'no-'}preview",
|
f"--{'' if self.preview else 'no-'}preview",
|
||||||
]
|
]
|
||||||
if self.select:
|
if self.select:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue