From a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef 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 369788b28..9bbbd03f6 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