From fae45ebcdcc097c1679a7e6da9fcf8e1840d1a20 Mon Sep 17 00:00:00 2001 From: dittmar Date: Mon, 5 Aug 2024 10:02:36 +0200 Subject: [PATCH] Ignore duplicated code checks, not relevant for this project --- .pylintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f8ad588..88b7d71 100644 --- a/.pylintrc +++ b/.pylintrc @@ -10,4 +10,7 @@ disable= max-line-length=120 [MISCELLANEOUS] -notes=FIXME \ No newline at end of file +notes=FIXME + +[MESSAGES CONTROL] +disable=duplicate-code \ No newline at end of file