From 8ad4c2c2bc87b9fdb4560454e2a4cec28457891a Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 7 Jul 2019 22:40:16 -0700 Subject: [PATCH] Ignore Status class because of dynamic attributes --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index aa11923..84d1f6e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -269,7 +269,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=optparse.Values,thread._local,_thread._local,Status # List of module names for which member attributes should not be checked # (useful for modules/projects where namespaces are manipulated during runtime