Merge "Run all flake8 checks"

This commit is contained in:
Jenkins 2016-04-13 14:40:50 +00:00 committed by Gerrit Code Review
commit 066b4653a5
4 changed files with 5 additions and 5 deletions

View File

@ -162,7 +162,7 @@ under the License."""
if stripped_apache2 in content: if stripped_apache2 in content:
return True return True
else: else:
print ("<license>!=<apache2>:\n'%s' !=\n'%s'" % print("<license>!=<apache2>:\n'%s' !=\n'%s'" %
(content, stripped_apache2)) (content, stripped_apache2))
return False return False

View File

@ -5,7 +5,7 @@ pbr>=1.6 # Apache-2.0
pep8==1.5.7 # MIT pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT pyflakes==0.8.1 # MIT
flake8<2.6.0,>2.4.1 # MIT flake8<2.6.0,>=2.5.4 # MIT
mccabe==0.2.1 # MIT License mccabe==0.2.1 # MIT License
six>=1.9.0 # MIT six>=1.9.0 # MIT

View File

@ -37,7 +37,7 @@ commands = python setup.py build_sphinx
[flake8] [flake8]
exclude = .venv,.tox,dist,doc,*.egg,build exclude = .venv,.tox,dist,doc,*.egg,build
show-source = true show-source = true
select = H106 enable-extensions = H106
[hacking] [hacking]
local-check = hacking.tests.test_local.check local-check = hacking.tests.test_local.check