ci: replace black with ruff format

We use `ruff` anyway, so it is one less dependency.
This commit is contained in:
link2xt
2024-04-29 21:18:57 +00:00
committed by holger krekel
parent 5e0f5ec390
commit 299d994d4b
5 changed files with 5 additions and 4 deletions

View File

@@ -41,12 +41,11 @@ skipsdist = True
skip_install = True
deps =
ruff
black
# pygments required by rst-lint
pygments
restructuredtext_lint
commands =
black --quiet --check --diff setup.py src/deltachat examples/ tests/
ruff format --quiet --diff setup.py src/deltachat examples/ tests/
ruff check src/deltachat tests/ examples/
rst-lint --encoding 'utf-8' README.rst