diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-25 19:53:40 +0800 |
---|---|---|
committer | yunlong ying <ying.yunlong@zte.com.cn> | 2017-09-25 13:37:47 +0000 |
commit | da651733d28a4e2d8bf31a97f04a4e37571a8029 (patch) | |
tree | f120e37b54ac8bdf041dafb0e20361efbf1ba23c /tox.ini | |
parent | 7e5391cb229271fc149458ff73d61753b226afc2 (diff) |
Fix vfc-catalog pep8 E711,E303,E701,E225 issue.
Change-Id: I9042bb4aec74dcf6e94d696360b747c4e28c5dba
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 +ignore = E501,E231,E128,W291,W293 exclude = ./venv-tox,./.tox [testenv] |