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
This commit is contained in:
link2xt
2023-02-20 19:57:54 +00:00
parent 92c7cc40d4
commit f07206bd6c

View File

@@ -22,7 +22,7 @@ deps =
skipsdist = True
skip_install = True
deps =
ruff
ruff==0.0.247
black
commands =
black --check --diff src/ examples/ tests/