mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
E241, E501
This commit is contained in:
4
.flake8
4
.flake8
@@ -6,12 +6,8 @@ ignore =
|
|||||||
E203,
|
E203,
|
||||||
# E221: multiple spaces before operator
|
# E221: multiple spaces before operator
|
||||||
E221,
|
E221,
|
||||||
# E241: multiple spaces after ':'
|
|
||||||
E241,
|
|
||||||
# E402: module level import not at top of file
|
# E402: module level import not at top of file
|
||||||
E402,
|
E402,
|
||||||
# E501: line too long
|
|
||||||
E501,
|
|
||||||
# E741 ambiguous variable name
|
# E741 ambiguous variable name
|
||||||
E741,
|
E741,
|
||||||
# W503: line break before binary operator
|
# W503: line break before binary operator
|
||||||
|
Reference in New Issue
Block a user