From 6a832095c3f58423211f6bd87d60ab5e19682e3b Mon Sep 17 00:00:00 2001
From: Morre <morre@cccv.de>
Date: Sat, 3 Apr 2021 16:41:55 +0200
Subject: [PATCH] disable duplicate code linting

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

diff --git a/.pylintrc b/.pylintrc
index 1530cd51..2d0b9f37 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -148,6 +148,7 @@ disable=missing-module-docstring,
         bad-continuation,
         too-many-ancestors,
         no-self-use,
+        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