X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-VIM-opennebula%2Ftox.ini;h=874eaa0803d11f2237cee20c2779f4a0c687dab2;hb=refs%2Ftags%2Fbranch-bug1511-start;hp=b6993f5a0aeaf0e7b26ca6046f1857cc7133c54c;hpb=1ec592d80c7f07874b08a14984deb21fddb31441;p=osm%2FRO.git diff --git a/RO-VIM-opennebula/tox.ini b/RO-VIM-opennebula/tox.ini index b6993f5a..874eaa08 100644 --- a/RO-VIM-opennebula/tox.ini +++ b/RO-VIM-opennebula/tox.ini @@ -28,7 +28,7 @@ commands=python3 -m unittest discover -v basepython = python3 deps = flake8 commands = flake8 osm_rovim_opennebula --max-line-length 120 \ - --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226,W504 + --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,W503,W605,E123,E125,E203,E226,E241 [testenv:unittest] basepython = python3