diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-11-24 16:07:12 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-11-24 16:16:03 +0800 |
commit | ecdd769d5b85f26075f18ef4f333a421d55f0162 (patch) | |
tree | ac902461b02fdc15228e0794b3e0b62262c42ca0 /zte/vmanager | |
parent | 515c3241a0e4db90fa05f65e58cbf83df6d7f9c0 (diff) |
Fix vfc-ztevnamdriver pep8 issues
Change-Id: I24ac7b41838fa053eff89c8d5461b0e1a1942623
Issue-ID: VFC-596
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'zte/vmanager')
-rw-r--r-- | zte/vmanager/tox.ini | 2 |
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] |