From 1a9294262cbaa8ce6ee401623b4e5304eae0ade5 Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Tue, 2 Jan 2024 01:45:21 -0500 Subject: [PATCH] fix: remove disable codes --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index adee320..045161a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,9 +26,6 @@ ignore = migrations,CVS [pylint.FORMAT] max-line-length = 120 -[pylint.messages_control] -disable = C0103, W0707, R0903, R0904, W0511, R0901 - [MESSAGES CONTROL] enable = line-too-long,