From 8804a51d4bcbc8d1c8186a15cb361e9665a4e68e Mon Sep 17 00:00:00 2001 From: skelly37 Date: Tue, 15 Mar 2022 20:11:33 +0100 Subject: [PATCH] removed from ignored classes list already deprecated optparse --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index b90bb5c4a..f58717659 100644 --- a/.pylintrc +++ b/.pylintrc @@ -469,7 +469,7 @@ ignore-on-opaque-inference=yes # List of class names for which member attributes should not be checked (useful # for classes with dynamically set attributes). This supports the use of # qualified names. -ignored-classes=optparse.Values,thread._local,_thread._local +ignored-classes=thread._local,_thread._local # List of module names for which member attributes should not be checked # (useful for modules/projects where namespaces are manipulated during runtime