diff --git a/python/ruff-ecosystem/ruff_ecosystem/projects.py b/python/ruff-ecosystem/ruff_ecosystem/projects.py index 50c814b049..07f089ce23 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/projects.py +++ b/python/ruff-ecosystem/ruff_ecosystem/projects.py @@ -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: