summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2019-12-23 12:57:47 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2019-12-24 10:08:53 +0100
commit1344a1cb42b17c644116cc2f50d54b37ac07167f (patch)
tree63970b025e5cbcf09f00d868a9fbd4c1f09faceb /pylintrc
parent73f498606d8aa04588a0e5db9e389988ac71b56d (diff)
downloadastroid-git-1344a1cb42b17c644116cc2f50d54b37ac07167f.tar.gz
Enable duplicate-code check
Diffstat (limited to 'pylintrc')
-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