Add hacking to the flake8 tests

ignore everything so we can fix issues as desired

Change-Id: I73bcd617040726a0fea5e73910a366adcdb6e03f
This commit is contained in:
Angus Salkeld
2014-05-28 12:57:10 +10:00
parent 1e821db34b
commit a4852977be
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
hacking>=0.8.0,<0.9
pep8==1.4.5
pyflakes>=0.7.2,<0.7.4
flake8==2.0

View File

@@ -38,5 +38,6 @@ commands = bash tools/lintstack.sh
[flake8]
show-source = true
ignore = E226,H101,H201,H231,H233,H301,H302,H306,H402,H404,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools