summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-11-24 16:07:12 +0800
committeryunlong ying <ying.yunlong@zte.com.cn>2017-12-04 06:45:14 +0000
commit2f0568aa5eea8bd99a31ef5b20e9c22c123a25a1 (patch)
treee27e1f0d259be9c78b262ec16beaee64b0a8e26b
parentec8962ebdf823958af958feb50a61d1c97ecc5d1 (diff)
Fix vfc-ztevnamdriver pep8 issues
Change-Id: I24ac7b41838fa053eff89c8d5461b0e1a1942623 Issue-ID: VFC-596 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn> (cherry picked from commit ecdd769d5b85f26075f18ef4f333a421d55f0162)
-rw-r--r--zte/vmanager/tox.ini2
1 files changed, 1 insertions, 1 deletions
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]