E241, E501
This commit is contained in:
parent
b465ecf22a
commit
4a72a5b6b3
1 changed files with 0 additions and 4 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue