From b16a0f3d21e350bff5694a28b5e1c61501920ce9 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco Date: Fri, 9 Feb 2024 16:38:55 -0500 Subject: [PATCH] fix: pylint update change way to load config --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8672af07..23c6e98d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,11 +17,12 @@ ignore = E501, W503 max-line-length = 120 statistics = True -[pylint] +[pylint.FORMAT] ignore = migrations,CVS generated-members = objects +max-line-length = 120 -[MESSAGES CONTROL] +[pylint.MESSAGES CONTROL] enable = line-too-long, syntax-error,