From 9711b3d31be588c0ad0d6f40139009f87895b8a5 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 18 Jun 2014 23:14:57 -0400 Subject: [PATCH] get pep8 working --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb30fb41..de8ba059 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H304,H405,H803 +ignore = E123,E125,H302,H304,H405,H803 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py