From 1344a1cb42b17c644116cc2f50d54b37ac07167f Mon Sep 17 00:00:00 2001 From: Nick Drozd Date: Mon, 23 Dec 2019 12:57:47 -0600 Subject: Enable duplicate-code check --- pylintrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'pylintrc') 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 -- cgit v1.2.1