mirror of https://github.com/zulip/zulip.git
lint: Quiet the Ruff formatter.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
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"],
|
||||
|
|
Loading…
Reference in New Issue