From f9fda3f1c550f9129c4a34bf8362cefe28ab6e95 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Oct 25 2018 08:31:55 +0000 Subject: Add W504 to flake8 ignore list Signed-off-by: Chenxiong Qi --- diff --git a/tox.ini b/tox.ini index 15f201b..31e25d4 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = flake8, py27, py3 [flake8] -ignore = E731 +ignore = E731,W504 max-line-length = 100 exclude = ./.tox