From 1c5215a7e9d664a661f576e587e1187c4eb3f99b Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sun, 8 Nov 2020 17:52:59 +0100 Subject: PEP8 todolist models and update our max line length --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index fb9451bb..85d31854 100644 --- a/.pylintrc +++ b/.pylintrc @@ -288,7 +288,7 @@ logging-modules=logging [FORMAT] # Maximum number of characters on a single line. -max-line-length=100 +max-line-length=200 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )??$ -- cgit v1.2.3-55-g3dc8