ci: Don't make ruff format quiet (#6785)

Before this PR, it was not possible to see why `ruff format` failed
This commit is contained in:
Hocuri
2025-04-08 15:11:59 +02:00
committed by GitHub
parent de38b413f1
commit 203e668928
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ deps =
pygments
restructuredtext_lint
commands =
ruff format --quiet --diff setup.py src/deltachat examples/ tests/
ruff format --diff setup.py src/deltachat examples/ tests/
ruff check src/deltachat tests/ examples/
rst-lint --encoding 'utf-8' README.rst