From 86e1588d1f503afb5e1fd76ab018a37339af80e5 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 25 Oct 2017 16:28:35 +0800 Subject: [PATCH] Update tox.ini of vfc-nfvo-lcm Update pep8 rule Change-Id: I1c9e8b8ed6d51ed5ce851fbdeffb8386842a1144 Issue-Id: VFC-554 Signed-off-by: fujinhua --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6