diff --git a/python/ruff-ecosystem/ruff_ecosystem/projects.py b/python/ruff-ecosystem/ruff_ecosystem/projects.py index fc0139c7d1..50c814b049 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/projects.py +++ b/python/ruff-ecosystem/ruff_ecosystem/projects.py @@ -206,6 +206,8 @@ class CheckOptions(CommandOptions): "check", "--no-cache", "--exit-zero", + "--output-format", + "concise", f"--{'' if self.preview else 'no-'}preview", ] if self.select: