From fc134a9a7ed07f383c2c1bd07c0375cc3dd6c365 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 12 Oct 2023 08:42:59 +0100 Subject: [PATCH] Enum still set value in new --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 1910f81c..cb409eaf 100644 --- a/.pylintrc +++ b/.pylintrc @@ -377,6 +377,7 @@ init-import=no # List of method names used to declare (i.e. assign) instance attributes. defining-attr-methods=__init__, + __new__, __call__, _hard_reset, setUp