aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-25 19:36:02 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-25 19:36:02 +0800
commit7e5391cb229271fc149458ff73d61753b226afc2 (patch)
treead7b3a4bbfcb91d914de729d60144eb105370880 /tox.ini
parente59d31fd31468f3e4af27e555e23131704b0d380 (diff)
Fix vfc-catalog pep8 E302,E126,E203,F841 issue
Change-Id: Ibc7e346f440169884925fb816c2378a5f7c51be4 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 fb9bdcd9..da52a38b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E231,E128,W291,W293,E711,E303,E701,E225,E303,E302,E126,E203,F841
+ignore = E501,E231,E128,W291,W293,E711,E303,E701,E225,E303
exclude = ./venv-tox,./.tox
[testenv]