Merge "Removed useless ignores"

This commit is contained in:
Jenkins 2014-08-29 16:41:55 +00:00 committed by Gerrit Code Review
commit 5a904acc17

View File

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