E203, E221
This commit is contained in:
parent
4a72a5b6b3
commit
1ac9d2572d
6 changed files with 6 additions and 10 deletions
4
.flake8
4
.flake8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue