tox: quiet noisy message from black

This commit is contained in:
link2xt
2023-03-20 17:57:32 +00:00
parent 57445eedb1
commit e04efdbd94
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ deps =
pygments
restructuredtext_lint
commands =
black --check --diff setup.py install_python_bindings.py src/deltachat examples/ tests/
black --quiet --check --diff setup.py install_python_bindings.py src/deltachat examples/ tests/
ruff src/deltachat tests/ examples/
rst-lint --encoding 'utf-8' README.rst