Fix vfc-ztevnamdriver pep8 issues 99/25399/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 24 Nov 2017 08:07:12 +0000 (16:07 +0800)
committeryunlong ying <ying.yunlong@zte.com.cn>
Mon, 4 Dec 2017 06:45:14 +0000 (06:45 +0000)
Change-Id: I24ac7b41838fa053eff89c8d5461b0e1a1942623
Issue-ID: VFC-596
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
(cherry picked from commit ecdd769d5b85f26075f18ef4f333a421d55f0162)

zte/vmanager/tox.ini

index dce819a..2d18a62 100644 (file)
@@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt
 commands = coverage run --branch manage.py test
 
 [flake8]
-ignore =  E501,W291,E121,F401,W391,E302,E265,E231,F841,E127,E128,E122,E126,E303,E722
+ignore =  E501,E722
 max-complexity = 12
 
 [testenv:pep8]