mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
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:
@@ -22,7 +22,7 @@ deps =
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
skip_install = True
|
skip_install = True
|
||||||
deps =
|
deps =
|
||||||
ruff
|
ruff==0.0.247
|
||||||
black
|
black
|
||||||
commands =
|
commands =
|
||||||
black --check --diff src/ examples/ tests/
|
black --check --diff src/ examples/ tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user