Disable pep8 W504 error 95/71295/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 26 Oct 2018 05:52:40 +0000 (13:52 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 26 Oct 2018 05:52:40 +0000 (13:52 +0800)
Change-Id: I959ef0a55e25bd312ee57ed60a1e90f26c6b658b
Issue-ID: VFC-1163
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
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