From 53dc0bfc656c5e31836a2d67f93179f28a10aedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 29 Sep 2022 09:57:27 +0200 Subject: Some development updates to the workflow --- pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index a986913..8ac2c7b 100644 --- a/pylintrc +++ b/pylintrc @@ -1,5 +1,5 @@ [FORMAT] -max-line-length = 120 +max-line-length = 80 [MESSAGES CONTROL] -disable = C0330,C0326,W503 +disable = C0326,W503 -- cgit v1.2.3