From 2fb23cdf5a63331a74240d287dc668d9890f3427 Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 21 Aug 2019 21:31:41 +0800 Subject: [PATCH] Ignore E203. See https://github.com/psf/black/issues/315 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6ecb1c17..c2bd5381 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ filterwarnings = source = src [flake8] -ignore = +ignore = E203 max-line-length = 120 exclude = build,dist,.git,.idea,.cache,.tox,.eggs,