Browse Source

python: re-enable pylint duplicate-code warnings

With the old library gone, there's nothing duplicated in the tree, so
the warning suppression can be removed.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Message-id: 20220330172812.3427355-7-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
John Snow 3 years ago
parent
commit
105bbff886
1 changed files with 0 additions and 1 deletions
  1. 0 1
      python/setup.cfg

+ 0 - 1
python/setup.cfg

@@ -118,7 +118,6 @@ disable=consider-using-f-string,
         too-many-function-args,  # mypy handles this with less false positives.
         too-many-function-args,  # mypy handles this with less false positives.
         too-many-instance-attributes,
         too-many-instance-attributes,
         no-member,  # mypy also handles this better.
         no-member,  # mypy also handles this better.
-        duplicate-code,  # To be removed by the end of this patch series.
 
 
 [pylint.basic]
 [pylint.basic]
 # Good variable names which should always be accepted, separated by a comma.
 # Good variable names which should always be accepted, separated by a comma.