pyflakes: Ignore E702
This commit is contained in:
parent
e05975aff3
commit
e7ebfc4d01
3
.flake8
3
.flake8
@ -11,6 +11,7 @@
|
|||||||
# E222: Multiple spaces after operator
|
# E222: Multiple spaces after operator
|
||||||
# F811: Redifiniton
|
# F811: Redifiniton
|
||||||
# W292: No newline at end of file
|
# W292: No newline at end of file
|
||||||
ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292
|
# E702: multiple statements on one line
|
||||||
|
ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292,E702
|
||||||
max_complexity = 12
|
max_complexity = 12
|
||||||
exclude = ez_setup.py
|
exclude = ez_setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user