mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +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
|
||||
skip_install = True
|
||||
deps =
|
||||
ruff
|
||||
ruff==0.0.247
|
||||
black
|
||||
commands =
|
||||
black --check --diff src/ examples/ tests/
|
||||
|
||||
Reference in New Issue
Block a user