Enable PEP8 check E265

Change-Id: Idf41d967fb06a063d02c19987733ba3757aa466f
This commit is contained in:
Christian Berendt 2014-07-23 21:05:04 +02:00
parent 8151da821b
commit ec9ffdb979
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 = E265,E714,H237,H402,H405,H904
ignore = E714,H237,H402,H405,H904
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _