From a8c3fb67b5dd3026e223788754625a364944bb40 Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Sun, 1 Aug 2021 19:19:02 +0200
Subject: [PATCH] disable cuplicate-code check in pylint again

---
 .pylintrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pylintrc b/.pylintrc
index 15059932..17f68cb9 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -66,6 +66,7 @@ disable=missing-module-docstring,
         too-few-public-methods,
         method-hidden,
         too-many-ancestors,
+        duplicate-code,
 
 # Enable the message, report, category or checker with the given id(s). You can
 # either give multiple identifier separated by comma (,) or put this option
-- 
GitLab