From ee12bb524ae79da7f34428be9743ac1c638dc506 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 21 Sep 2021 14:00:16 +0200 Subject: [PATCH] flake8: adapt configuration to black code formatter --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5e33b83..d2b4c37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,8 @@ disable = locally-disabled,star-args,consider-using-f-string msg-template = {path}:{line}: [{msg_id}({symbol}), {obj}] {msg} [flake8] -max-line-length = 80 +max-line-length = 88 +extend-ignore = E203 exclude = .tox,dist,doc,build,*.egg max-complexity = 10