Merge "Enforce check F821 and H304"

This commit is contained in:
Jenkins 2015-02-07 08:10:24 +00:00 committed by Gerrit Code Review
commit 5d140b7923
1 changed files with 1 additions and 3 deletions

View File

@ -32,10 +32,8 @@ downloadcache = ~/cache/pip
commands = oslo_debug_helper {posargs}
[flake8]
# F821: undefined name
# H304: no relative imports
# H405: multi line docstring summary not separated with an empty line
ignore = F821,H304,H405
ignore = H405
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*