From 1cc05d44bbeac5963899a5aae1084b21d88f2053 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Bayle <j2b.bayle@gmail.com>
Date: Wed, 3 Feb 2021 12:06:22 +0100
Subject: [PATCH] Update .pylintrc

---
 .pylintrc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.pylintrc b/.pylintrc
index 4b7439a..0f521a1 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -5,7 +5,8 @@ good-names=i,j,k,x,t,t0,fs,dt,tt,sc
 
 [MESSAGE CONTROL]
 
-disable=too-many-instance-attributes
+disable=too-many-instance-attributes,
+  duplicate-code
 
 [FORMAT]
 
-- 
GitLab