Drop H803 in flake8 ignore list and useless directory openstack/common

In hacking >=0.10.0,there is not H803,and in this project there have
not directory openstack/common,so we should delete them to improve
performance!

Change-Id: Ie39175fa16fa488d3e6066df25ebfcaa0a0fc4e2
This commit is contained in:
xianming mao 2016-08-10 19:37:05 +08:00
parent a9d120dd39
commit b4baff9915

View File

@ -28,5 +28,5 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H803
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
ignore = E123,E125
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build