summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index fc4394be..2e0eb4d8 100644
--- a/pylintrc
+++ b/pylintrc
@@ -122,8 +122,6 @@ disable=fixme,invalid-name, missing-docstring, too-few-public-methods,
no-self-use,
# API requirements in most of the occurrences
unused-argument,
- # Not very useful when it warns about imports.
- duplicate-code,
# We'll have to disable this until we drop support for Python 2
stop-iteration-return,
# black handles these