summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2014-06-27 00:23:42 -0500
committerDean Troyer <dtroyer@gmail.com>2014-06-27 09:12:55 -0500
commit4914a8d1072f4aede3b3d4ac57bfb80530536505 (patch)
treef7b87cd5783e8d03d60244a3b6f13b9e25084f17 /tox.ini
parent11f3654f6e29c8d66a0ef550963056b70bc100d3 (diff)
downloadpython-openstackclient-4914a8d1072f4aede3b3d4ac57bfb80530536505.tar.gz
Fix PEP8 E126 and E202 errors
Do both as they are all in the same set of files that required major re-formatting. Change-Id: I6e8a8ce19a55105124a33c0e2487fc4b4e06d252
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a8bb1be6..520a85cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,6 @@ commands=
python setup.py build_sphinx
[flake8]
-ignore = E126,E202,W602,H302,H402,H305,H307,H904
+ignore = H302,H305,H307,H402,H904
show-source = True
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools