From cd58e80ba173c2f637198426fb1a26ae5e1c4bf6 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Thu, 4 Apr 2024 16:58:57 +0500 Subject: [PATCH] feat: Adding python3.11 support. --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 5103081..b85221a 100644 --- a/pylintrc +++ b/pylintrc @@ -11,6 +11,7 @@ disable = too-many-instance-attributes, too-many-public-methods, useless-object-inheritance, + consider-using-min-builtin, [REPORTS] output-format = text