diff --git a/tools/lint b/tools/lint index 89bdc8550a..4cd6e12e77 100755 --- a/tools/lint +++ b/tools/lint @@ -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"],