Skip to content

Commit 203e668

Browse files
authored
ci: Don't make ruff format quiet (#6785)
Before this PR, it was not possible to see why `ruff format` failed
1 parent de38b41 commit 203e668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deltachat-rpc-client/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ skip_install = True
2121
deps =
2222
ruff
2323
commands =
24-
ruff format --quiet --diff src/ examples/ tests/
24+
ruff format --diff src/ examples/ tests/
2525
ruff check src/ examples/ tests/
2626

2727
[pytest]

python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deps =
4545
pygments
4646
restructuredtext_lint
4747
commands =
48-
ruff format --quiet --diff setup.py src/deltachat examples/ tests/
48+
ruff format --diff setup.py src/deltachat examples/ tests/
4949
ruff check src/deltachat tests/ examples/
5050
rst-lint --encoding 'utf-8' README.rst
5151

0 commit comments

Comments
 (0)