flake8 - remove unused rules

Change-Id: Icbf1ddd8d9d6c8b24a9938f3d31a59ea70360074
This commit is contained in:
Davanum Srinivas 2015-08-07 22:12:36 -04:00 committed by Davanum Srinivas (dims)
parent 4ff6635921
commit ca1a4c217a
1 changed files with 1 additions and 4 deletions

View File

@ -36,11 +36,8 @@ commands = python setup.py build_sphinx
commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
# H305,H307 - fail to detect that oslo.config is an external library
# H405,E126 - should be fixed
show-source = True
ignore = H305,H307,H405,E126
ignore = H405
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]