From db9729a2287b35255dba7518883655db4790966d Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Mon, 4 Dec 2017 23:29:24 +0100 Subject: [PATCH] try to fix tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5f54941..21cb756 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ description-file = README.md [flake8] -ignore = E501,E123,E124,E126,E127,E128 +ignore = E501,E123,E124,E126,E127,E128,E722,E741 [bdist_wheel] universal = 1