diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-25 19:03:22 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-25 19:03:22 +0800 |
commit | c255dafad5527e19a79e8ec180d0190d2f0dcd55 (patch) | |
tree | 6a36b27000cdf9ff07e79770ee18fa91e19988e0 /tox.ini | |
parent | ab39ec3cb1b62195ee9916c5baf0ea583abfacfa (diff) |
Fix vfc-catalog pep8 E301/E241/E262/E265 issue
Change-Id: I2835a70af5d873a237e1c9b9cbd60b61b619cb28
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,E123,E125,W391,E262,E265,E301,E241,E305 +ignore = E501,E231,E128,W291,W293,E711,E303,E701,E225,E303,E302,E126,E203,F841,E123,E125,W391 exclude = ./venv-tox,./.tox [testenv] |