lint: Quiet the Ruff formatter.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-04-03 13:46:56 -07:00 committed by Tim Abbott
parent 1e4427caf5
commit 92bc2df4bb
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def run() -> None:
)
linter_config.external_linter(
"ruff-format",
["ruff", "format"],
["ruff", "format", "--quiet"],
["py", "pyi"],
description="Reformats Python code",
check_arg=["--check"],