X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-VIM-aws%2Ftox.ini;h=5002bbd4ad39ca9ae7c7acbdf630cb5da8e26cff;hp=0c0e401a6d10e6b29719cab1b9d3e9e2df14e256;hb=80135b928ab442c38898750b4751480205b4affc;hpb=e493e9b91720e5116e00b4c06cf66c767bccce2f diff --git a/RO-VIM-aws/tox.ini b/RO-VIM-aws/tox.ini index 0c0e401a..5002bbd4 100644 --- a/RO-VIM-aws/tox.ini +++ b/RO-VIM-aws/tox.ini @@ -27,7 +27,7 @@ commands=python3 -m unittest discover -v basepython = python3 deps = flake8 commands = flake8 osm_rovim_aws --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