Disable pep8 W504 error
[vfc/gvnfm/vnflcm.git] / lcm / tox.ini
index f223562..38686e9 100644 (file)
@@ -6,7 +6,7 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501,E722
+ignore = E501,E722,W504
 exclude = ./venv-tox,./.tox
 max-complexity = 27