summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-18 17:46:02 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-18 18:00:12 +0200
commiteddace81536befab793d1f1f71e77b425d5fc30a (patch)
treea0625250234b696969220b5e5c4bd59283c85b5b /pylintrc
parent9f041cf56372720441ff36a9a185d324f2e3703e (diff)
downloadastroid-git-eddace81536befab793d1f1f71e77b425d5fc30a.tar.gz
Fix all no-member in the codebase and enable the warning
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 0 insertions, 2 deletions
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,