From f07206bd6cb6e4e783a197eeb88b6367f0de9afd Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 20 Feb 2023 19:57:54 +0000 Subject: [PATCH] Pin ruff version in deltachat-rpc-client Latest versions 0.0.248 and 0.0.249 report false positive: src/deltachat_rpc_client/client.py:105:9: RET503 [*] Missing explicit `return` at the end of function able to return --- 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 7f74daa37..5437e5fce 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 + ruff==0.0.247 black commands = black --check --diff src/ examples/ tests/