mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
python: display the diff on black failures
This commit is contained in:
@@ -25,5 +25,5 @@ deps =
|
|||||||
ruff
|
ruff
|
||||||
black
|
black
|
||||||
commands =
|
commands =
|
||||||
black --check src/ examples/ tests/
|
black --check --diff src/ examples/ tests/
|
||||||
ruff src/ examples/ tests/
|
ruff src/ examples/ tests/
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ deps =
|
|||||||
pygments
|
pygments
|
||||||
restructuredtext_lint
|
restructuredtext_lint
|
||||||
commands =
|
commands =
|
||||||
black --check setup.py install_python_bindings.py src/deltachat examples/ tests/
|
black --check --diff setup.py install_python_bindings.py src/deltachat examples/ tests/
|
||||||
ruff src/deltachat tests/ examples/
|
ruff 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