reduce max string length

This commit is contained in:
dni ⚡
2023-04-17 08:29:01 +02:00
parent 0af22a6256
commit 0b596c00ca
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 300
max-line-length = 150
exclude = lnbits/wallets/lnd_grpc_files/, lnbits/extensions/
ignore =
# E402: module level import not at top of file