reintroduce E203, black does not like that one

This commit is contained in:
dni ⚡
2023-04-17 08:38:12 +02:00
parent 0b596c00ca
commit 06fa6c10c1
7 changed files with 14 additions and 10 deletions
+2
View File
@@ -2,6 +2,8 @@
max-line-length = 150
exclude = lnbits/wallets/lnd_grpc_files/, lnbits/extensions/
ignore =
# E203 whitespace before ':' black does not like it
E203
# E402: module level import not at top of file
E402,
# W503: line break before binary operator