Fix vfc-ztevnamdriver pep8 issues
[vfc/nfvo/driver/vnfm/svnfm.git] / 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]