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 edc173ae..a3582fdf 100644
--- a/pylintrc
+++ b/pylintrc
@@ -104,7 +104,9 @@ disable=fixme, invalid-name, missing-docstring, too-few-public-methods,
# black handles these
format,
# temporary until we fix the problems with InferenceContexts
- no-member
+ no-member,
+ # everything here is legacy not checked in astroid/brain
+ duplicate-code,
[BASIC]