diff --git a/deltachat-rpc-client/tox.ini b/deltachat-rpc-client/tox.ini index 5437e5fce..7f74daa37 100644 --- a/deltachat-rpc-client/tox.ini +++ b/deltachat-rpc-client/tox.ini @@ -22,7 +22,7 @@ deps = skipsdist = True skip_install = True deps = - ruff==0.0.247 + ruff black commands = black --check --diff src/ examples/ tests/