From: fujinhua Date: Wed, 25 Oct 2017 08:28:35 +0000 (+0800) Subject: Update tox.ini of vfc-nfvo-lcm X-Git-Tag: v1.0.1~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F20517%2F1;p=vfc%2Fnfvo%2Flcm.git Update tox.ini of vfc-nfvo-lcm Update pep8 rule Change-Id: I1c9e8b8ed6d51ed5ce851fbdeffb8386842a1144 Issue-Id: VFC-554 Signed-off-by: fujinhua --- diff --git a/tox.ini b/tox.ini index b47befda..5d7adac0 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 exclude = ./venv-tox,./.tox max-complexity = 27