diff options
author | Chaozhe.Chen <chaozhe.chen@easystack.cn> | 2016-02-09 17:00:30 +0800 |
---|---|---|
committer | Chaozhe.Chen <chaozhe.chen@easystack.cn> | 2016-02-09 20:28:30 +0800 |
commit | 9e60e4a592011228bbf4ddacf96afbee2ab63ea6 (patch) | |
tree | 031afe7acf0fc8234312db429b11fec9d742e1f9 /tox.ini | |
parent | bdeab3af0ed92a108fdc4a9625ff0c9475cb3826 (diff) | |
download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |