From 0334133dbd424a9e7160da9a2ad3af494f68d4d0 Mon Sep 17 00:00:00 2001 From: Jane Lewis Date: Tue, 30 Jan 2024 09:29:12 -0800 Subject: [PATCH] Use a deprecated output format for the ecosystem check --- python/ruff-ecosystem/ruff_ecosystem/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: