summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2014-06-15 23:50:37 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2014-06-16 09:30:52 -0700
commit9f92301983a0a7218396cf14bd2b8fcd4b3b9e48 (patch)
treed5df496016eaab69fcc222b44eb3e3193a815b47 /tox.ini
parentb4d0280f03cc5c172351a4d526d0438371c7a773 (diff)
downloadpython-novaclient-9f92301983a0a7218396cf14bd2b8fcd4b3b9e48.tar.gz
Bump hacking to 0.9.x series
In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: Ia3517e705f894b48585b957c21e7a3a6ed90e586
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 384db6b2..a3220eaf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,6 +25,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E12,F841,F811,F821,H302,H404
+# TODO fix following rules from hacking 0.9
+# E131,E265,H233,H305,H307,H402,H405,H904
+ignore = E12,E131,E265,F841,F811,F821,H233,H302,H305,H307,H402,H404,H405,H904
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build