python: display the diff on black failures

This commit is contained in:
link2xt
2023-02-11 09:13:42 +00:00
parent fa198c3b5e
commit d1702e3081
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ deps =
pygments
restructuredtext_lint
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/
rst-lint --encoding 'utf-8' README.rst