From e61d9d24668a3f98baf09db1d07dacfb9fc83beb Mon Sep 17 00:00:00 2001 From: Jimi Cullen Date: Sun, 15 Apr 2018 14:17:26 +0000 Subject: [PATCH] Add W504 to default ignore list. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 687a273..2e6a5bb 100644 --- a/tox.ini +++ b/tox.ini @@ -143,7 +143,7 @@ commands = # defaults to selecting all other errors so we do not need select=E,F,W,I,D # Once Flake8 3.0 is released and in a good state, we can use both and it will # work well \o/ -ignore = D203 +ignore = D203, W504 exclude = .tox, .git,