Enable PEP8 check E714
Change-Id: I1562330af99553b4322f7dc062b310cc4ef93ccf
This commit is contained in:
parent
ec9ffdb979
commit
dd1d6d12ed
2
tox.ini
2
tox.ini
@ -25,7 +25,7 @@ commands = python setup.py build_sphinx
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E714,H237,H402,H405,H904
|
ignore = H237,H402,H405,H904
|
||||||
exclude = .tox,dist,doc,*.egg,build,__init__.py
|
exclude = .tox,dist,doc,*.egg,build,__init__.py
|
||||||
builtins = _
|
builtins = _
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user