mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user