summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-10-26 13:52:40 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-10-26 13:52:40 +0800
commit937ac86a8d25e1e40340410836a5d02afa31b4cf (patch)
treefd0a8a21e5bd73710f7346ae81955a4d6aa60ad0
parented7b7325d53b026a8dcdddac03ad4743d48aa780 (diff)
Disable pep8 W504 error
Change-Id: I959ef0a55e25bd312ee57ed60a1e90f26c6b658b Issue-ID: VFC-1163 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--lcm/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini
index f2235627..38686e9f 100644
--- a/lcm/tox.ini
+++ b/lcm/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E722
+ignore = E501,E722,W504
exclude = ./venv-tox,./.tox
max-complexity = 27