From eddace81536befab793d1f1f71e77b425d5fc30a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 18 Jun 2021 17:46:02 +0200 Subject: Fix all no-member in the codebase and enable the warning --- pylintrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index 3dbbc5ae..c2a06d5d 100644 --- a/pylintrc +++ b/pylintrc @@ -108,8 +108,6 @@ disable=fixme, stop-iteration-return, # black handles these format, - # temporary until we fix the problems with InferenceContexts - no-member, # We might want to disable new checkers from master that do not exists # in latest published pylint bad-option-value, -- cgit v1.2.1