Clean flake8 ignore

There is no bad code violating PEP-8 and no need to ignore rules
H404. So clean the ignore list to do a more strict check.


Change-Id: I9acea84f0d789985aa9d6fd94120f8c9dd207e8e
This commit is contained in:
ting.wang 2016-01-14 16:44:26 +08:00 committed by ting wang
parent 6bb9051ac4
commit 0aa6ab0c9b
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