summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChaozhe.Chen <chaozhe.chen@easystack.cn>2016-02-09 17:00:30 +0800
committerChaozhe.Chen <chaozhe.chen@easystack.cn>2016-02-09 20:28:30 +0800
commit9e60e4a592011228bbf4ddacf96afbee2ab63ea6 (patch)
tree031afe7acf0fc8234312db429b11fec9d742e1f9 /tox.ini
parentbdeab3af0ed92a108fdc4a9625ff0c9475cb3826 (diff)
downloadpython-cinderclient-9e60e4a592011228bbf4ddacf96afbee2ab63ea6.tar.gz
Fix some flake8 violations
1. Wrong use of 'noqa'. "# flake8: noqa" option disables all checks for the whole file. 2. Remove exclusion of 'tools' and '*openstack/common*' in flake8 and fix the violations. Change-Id: I153e992ffd6a80e70a99d7066c503c34326c93ab Closes-bug: #1540254
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 8b2a1ee..3794b98 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,4 +44,4 @@ passenv = OS_*
[flake8]
show-source = True
ignore = F811,F821,H306,H404,H405,E122,E123,E128,E251
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build