Enable PEP8 check E241

* E241 multiple spaces after ':'

Change-Id: I2310ffc00b7fe58d0781705a73212eefa116c999
This commit is contained in:
Christian Berendt 2014-07-23 20:59:14 +02:00
parent 1401fd1da8
commit 8151da821b
2 changed files with 2 additions and 2 deletions

View File

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