From 161a2e1b8986ace79849db87cfceba6293cfa013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Thu, 29 Nov 2018 02:23:57 +0200 Subject: [PATCH] Ignore schizophrenic flake8 error --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3588cd1..00dae2d 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ addopts = -n 2 --ignore=node_modules [flake8] max-line-length = 120 exclude = **/migrations/* -ignore = F405 +ignore = F405,W504 [isort] skip = .eggs,.tox,docs,env,venv,node_modules