From 3b18311ebb882a2cee2694c1d0678dce19a5936c Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Tue, 26 Dec 2023 17:52:28 -0500 Subject: [PATCH] fix: line too long --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index e25c05c..045161a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,9 @@ statistics = True [pylint] ignore = migrations,CVS +[pylint.FORMAT] +max-line-length = 120 + [MESSAGES CONTROL] enable = line-too-long,