diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-25 19:36:02 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-25 19:36:02 +0800 |
commit | 7e5391cb229271fc149458ff73d61753b226afc2 (patch) | |
tree | ad7b3a4bbfcb91d914de729d60144eb105370880 /tox.ini | |
parent | e59d31fd31468f3e4af27e555e23131704b0d380 (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |