Merge "Fix and enable gating on F811"

This commit is contained in:
Jenkins 2013-08-30 21:04:00 +00:00 committed by Gerrit Code Review
commit fb0e2443bd

View File

@ -27,9 +27,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
# F811: redefinition of unused 'client' from line 81
# F821: undefined name
# H304: no relative imports
ignore = F811,F821,H304
ignore = F821,H304
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build