summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 2228e1c4..b752ee50 100644
--- a/pylintrc
+++ b/pylintrc
@@ -129,7 +129,9 @@ disable=fixme,invalid-name, missing-docstring, too-few-public-methods,
# We'll have to disable this until we drop support for Python 2
stop-iteration-return,
# black handles these
- format
+ format,
+ # temporary until we fix the problems with InferenceContexts
+ no-member
[BASIC]