Merge "Correct failures for check W292"

This commit is contained in:
Jenkins 2015-01-15 03:51:10 +00:00 committed by Gerrit Code Review
commit 6841fb098f
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
# H304: no relative imports
# H405: multi line docstring summary not separated with an empty line
# E122: continuation line missing indentation or outdented
# New from hacking 0.10: H238,W292
ignore = F821,H238,H304,H405,E122,W292
# New from hacking 0.10: H238
ignore = F821,H238,H304,H405,E122
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*