Merge "Activate pep8 check that _ is imported"

This commit is contained in:
Jenkins 2015-07-28 08:43:27 +00:00 committed by Gerrit Code Review
commit 7fc1324a60

View File

@ -33,7 +33,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]