Merge "Clean flake8 ignore"

This commit is contained in:
Jenkins 2016-01-21 12:12:51 +00:00 committed by Gerrit Code Review
commit d9bff459f6
1 changed files with 1 additions and 3 deletions

View File

@ -39,8 +39,6 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/muranoa
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
# H301 one import per line
# H302 import only modules
ignore = H404,F401
ignore = F401
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools