refactor(python): fix ruff 0.4.2 warnings

This commit is contained in:
link2xt
2024-04-25 19:41:03 +00:00
parent 4fe7fa3148
commit 94dc65c1a2
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ deltachat_rpc_client = [
line-length = 120
[tool.ruff]
select = [
lint.select = [
"E", "W", # pycodestyle
"F", # Pyflakes
"N", # pep8-naming