Merge "Enable PEP8 check E714"

This commit is contained in:
Jenkins 2014-08-13 14:11:29 +00:00 committed by Gerrit Code Review
commit 04a26eba7b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ commands = python setup.py build_sphinx
[flake8]
show-source = True
ignore = E714,H237,H402,H405,H904
ignore = H237,H402,H405,H904
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _