From 182e394139f209e1b911b16c8e94db51bd7ee180 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 26 May 2020 20:20:57 +0100 Subject: [PATCH] Set max-line-length to 88 as recommended by Black https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eedced86..328d1896 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ filename = builtins = _ _n -max-line-length = 80 +max-line-length = 88 per-file-ignores = # In several files imports intentionally cause: # E402: module level import not at top of file