[CHORE] flake8 issues E402, E721 and F821 (#1874)
* F821: undefine name disabled and logged webhook_listener for opennode and lnpay because they are obviously not working * E402: module level import not at top of file * E721 fixes, only popped up for python3.9 not 3.10
This commit is contained in:
@@ -3,8 +3,9 @@ max-line-length = 150
|
||||
exclude = lnbits/wallets/lnd_grpc_files/, lnbits/extensions/
|
||||
ignore =
|
||||
# E203 whitespace before ':' black does not like it
|
||||
E203
|
||||
E203,
|
||||
# E402: module level import not at top of file
|
||||
# needed for https://github.com/lnbits/lnbits/pull/1876
|
||||
E402,
|
||||
# W503: line break before binary operator
|
||||
W503,
|
||||
|
||||
Reference in New Issue
Block a user