mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
lint: Quiet the Ruff formatter.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
1e4427caf5
commit
92bc2df4bb
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user