From 42a18d4d0d19893a8e5c21e6033cd957a64e89c7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 22 Feb 2023 11:26:51 +0000 Subject: [PATCH] Unpin ruff version False positive is fixed in the latest version. --- deltachat-rpc-client/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/