Update tox.ini of vfc-svnfm-zte 55/20555/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 25 Oct 2017 08:32:44 +0000 (16:32 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 25 Oct 2017 08:32:44 +0000 (16:32 +0800)
Update pep8 rule

Change-Id: I9217ad890c83dd0bf85dd8fa7002ce30b85360b7
Issue-Id: VFC-555
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
zte/vmanager/tox.ini

index 1677726..dce819a 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
+ignore =  E501,W291,E121,F401,W391,E302,E265,E231,F841,E127,E128,E122,E126,E303,E722
 max-complexity = 12
 
 [testenv:pep8]