Removed useless ignores

Change-Id: Ib64ea269d781b69bf452fae7f47589fc2bd55841
This commit is contained in:
aviau 2014-08-29 11:46:34 -04:00
parent b722bd2b95
commit 52e8608434

View File

@ -22,4 +22,4 @@ commands = python setup.py build_sphinx
[flake8] [flake8]
exclude = .venv,.git,.tox,env,dist,*openstack/common*,*lib/python*/,*egg,build exclude = .venv,.git,.tox,env,dist,*openstack/common*,*lib/python*/,*egg,build
ignore = E123,E125,H803