mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +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(
|
linter_config.external_linter(
|
||||||
"ruff-format",
|
"ruff-format",
|
||||||
["ruff", "format"],
|
["ruff", "format", "--quiet"],
|
||||||
["py", "pyi"],
|
["py", "pyi"],
|
||||||
description="Reformats Python code",
|
description="Reformats Python code",
|
||||||
check_arg=["--check"],
|
check_arg=["--check"],
|
||||||
|
|||||||
Reference in New Issue
Block a user