This commit is contained in:
dni ⚡
2023-04-17 08:21:45 +02:00
parent 1ac9d2572d
commit 0af22a6256
4 changed files with 11 additions and 13 deletions
-2
View File
@@ -4,8 +4,6 @@ exclude = lnbits/wallets/lnd_grpc_files/, lnbits/extensions/
ignore =
# E402: module level import not at top of file
E402,
# E741 ambiguous variable name
E741,
# W503: line break before binary operator
W503,
# F821: undefined name - should be addressed in future PR