E203, E221

This commit is contained in:
dni ⚡
2023-04-17 08:16:59 +02:00
parent 4a72a5b6b3
commit 1ac9d2572d
6 changed files with 6 additions and 10 deletions

View File

@@ -2,10 +2,6 @@
max-line-length = 300
exclude = lnbits/wallets/lnd_grpc_files/, lnbits/extensions/
ignore =
# E203 whitespace before ':'
E203,
# E221: multiple spaces before operator
E221,
# E402: module level import not at top of file
E402,
# E741 ambiguous variable name