From: ying.yunlong Date: Fri, 24 Nov 2017 08:07:12 +0000 (+0800) Subject: Fix vfc-ztevnamdriver pep8 issues X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2f0568aa5eea8bd99a31ef5b20e9c22c123a25a1;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git Fix vfc-ztevnamdriver pep8 issues Change-Id: I24ac7b41838fa053eff89c8d5461b0e1a1942623 Issue-ID: VFC-596 Signed-off-by: ying.yunlong (cherry picked from commit ecdd769d5b85f26075f18ef4f333a421d55f0162) --- diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index dce819a1..2d18a624 100644 --- a/zte/vmanager/tox.ini +++ b/zte/vmanager/tox.ini @@ -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]