From cd5aa618347b43dd9725718782ad9626f3ec4839 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Sun, 16 May 2021 13:17:01 +0200 Subject: [PATCH] Set max line length for pylint --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4297032..288cd3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,4 +16,7 @@ console_scripts = pferd = PFERD.__main__:main [pycodestyle] +max-line-length = 110 + +[pylint.FORMAT] max-line-length = 110 \ No newline at end of file