E203, E221
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user