summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2014-06-13 16:56:32 -0500
committerDean Troyer <dtroyer@gmail.com>2014-06-13 17:06:28 -0500
commit0059f045a9958b1748fcec51799d8cffc0831440 (patch)
tree123306de94b5b6dfae7787835705cf42e2d543b0 /tox.ini
parent497a38903c4a282975b2f197bc4af22c15d8ab21 (diff)
downloadpython-openstackclient-0059f045a9958b1748fcec51799d8cffc0831440.tar.gz
Ignore most of the new hacking 0.9.2 rules
So we can update requriements.txt. But fix a couple of easy ones: * Fix E251 (1 occurrance) * Fix E131 (1 occurrance) Change-Id: I62aaa423aa6da9e9f0ca026ec586b51cc6a6df03
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 751cbd68..cb958935 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,6 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E126,E202,W602,H302,H402
+ignore = E126,E202,W602,H302,H402,E265,H305,H307,H405,H904
show-source = True
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools