From cc0a7a487d6dd0e367638a81155f0451341d9418 Mon Sep 17 00:00:00 2001 From: kreczko Date: Tue, 11 Jun 2024 16:44:16 +0100 Subject: [PATCH] build: ignore duplicate code in pylint for the moment --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 95a142f..40e8408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,6 +154,7 @@ reports.output-format = "colorized" similarities.ignore-imports = "yes" messages_control.disable = [ "design", + "duplicate-code", "fixme", "line-too-long", "wrong-import-position",