From 3f28983dcb835a3cc6c01320de208004f131735f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 3 Aug 2020 16:37:19 +0200 Subject: pylint: Bump up maximum line length to 88 For compatibility with black if people want to start using it for new code. See #4770, #1455 --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 1fedefb6d..2d7cbc430 100644 --- a/.pylintrc +++ b/.pylintrc @@ -59,7 +59,7 @@ docstring-min-length=3 no-docstring-rgx=(^_|^main$) [FORMAT] -max-line-length=79 +max-line-length=88 ignore-long-lines=(