aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-26 09:10:32 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-26 09:10:32 +0800
commit51ad6c9261997a0e647c9d890d7e10454eec65f0 (patch)
treea8cefc146738c4c0a98af2240a74309e711e89f0 /tox.ini
parentda651733d28a4e2d8bf31a97f04a4e37571a8029 (diff)
Fix vfc-catalog pep8 E128,W293 issue
Change-Id: Iaf0240943a2a66e5f4f95cf90d9ce0809cd09fbd Issue-ID: VFC-450 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
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 0bae5c08..7119fde9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E231,E128,W291,W293
+ignore = E501,E231,W291
exclude = ./venv-tox,./.tox
[testenv]