From c9b8933e9aa8914aa56c0195cbaaf023302fe1c9 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 24 Oct 2018 13:25:25 +0200 Subject: [PATCH] flake8 fix --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 369788b2..9bbbd03f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,4 +7,4 @@ show_source = True exclude = .git, __pycache__, build, dist, docs, tools, venv ignore = # required for pretty matrix formatting: multiple spaces after `,` and `[` - E201, E241 + E201, E241, W504