Merge "Activate pep8 check that _ is imported"

This commit is contained in:
Jenkins 2015-09-17 08:47:51 +00:00 committed by Gerrit Code Review
commit 096bb096c3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ commands = python setup.py build_sphinx
# H904 Wrap long lines in parentheses instead of a backslash
ignore = E125,E126,E128,E129,E265,H301,H305,H307,H402,H404,H405,H904
show-source = true
builtins = _
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios,neutron/tests/unit/vmware*