mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +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:
@@ -21,7 +21,7 @@ skip_install = True
|
|||||||
deps =
|
deps =
|
||||||
ruff
|
ruff
|
||||||
commands =
|
commands =
|
||||||
ruff format --quiet --diff src/ examples/ tests/
|
ruff format --diff src/ examples/ tests/
|
||||||
ruff check src/ examples/ tests/
|
ruff check src/ examples/ tests/
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ deps =
|
|||||||
pygments
|
pygments
|
||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
commands =
|
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/
|
ruff check src/deltachat tests/ examples/
|
||||||
rst-lint --encoding 'utf-8' README.rst
|
rst-lint --encoding 'utf-8' README.rst
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user