summary refs log tree commit diff stats
path: root/python
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2022-03-30 13:28:09 -0400
committerJohn Snow <jsnow@redhat.com>2022-04-21 11:01:00 -0400
commit105bbff886782cc44f34d5c87f94529393565840 (patch)
tree0f037d1fef6402f165b48be99e87f401483d945a /python
parentadaca6e085c705510d0f516384d5a790e80a0c68 (diff)
downloadfocaccia-qemu-105bbff886782cc44f34d5c87f94529393565840.tar.gz
focaccia-qemu-105bbff886782cc44f34d5c87f94529393565840.zip
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>
Diffstat (limited to 'python')
-rw-r--r--python/setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg
index 4340c29a24..49e3c285f1 100644
--- a/python/setup.cfg
+++ b/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-instance-attributes,
         no-member,  # mypy also handles this better.
-        duplicate-code,  # To be removed by the end of this patch series.
 
 [pylint.basic]
 # Good variable names which should always be accepted, separated by a comma.