Merge "Fix H202 assertRaises Exception"

This commit is contained in:
Jenkins 2013-10-09 16:00:36 +00:00 committed by Gerrit Code Review
commit 1a7fa099a3

View File

@ -27,9 +27,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
# H202: assertRaises Exception too broad
# F821: undefined name
# H304: no relative imports
ignore = F821,H202,H304
ignore = F821,H304
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build