summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSushil Kumar <sushil.kumar2@globallogic.com>2013-12-11 17:38:56 +0000
committerSushil Kumar <sushil.kumar2@globallogic.com>2013-12-12 17:43:08 +0000
commit3ecaeb416ed77de4033bf6839208788b9d5f066e (patch)
treed2d9f48464f98785e1d3891853a913e7ab13e485 /tox.ini
parent011884a13782d74e5af77b1a0b441317ba04ed17 (diff)
downloadpython-novaclient-3ecaeb416ed77de4033bf6839208788b9d5f066e.tar.gz
Enables H306 pep8 rules
Updates tox.ini to reduce ignored rules. Updates code for H306 violation. Change-Id: I9beea02510a1122afb55ad3df3b37f770fe05134
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 99286c2b..9ef68cca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E12,F841,F811,F821,H302,H306,H403,H404
+ignore = E12,F841,F811,F821,H302,H403,H404
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build