E203, E221

This commit is contained in:
dni ⚡ 2023-04-17 08:16:59 +02:00
parent 4a72a5b6b3
commit 1ac9d2572d
No known key found for this signature in database
GPG key ID: 886317704CC4E618
6 changed files with 6 additions and 10 deletions

View file

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