From 4e6bb63019e37f6a71d916b78450f46f69b2196e Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Fri, 7 Jan 2022 19:28:23 +0100 Subject: [PATCH] Remove duplicate code from pylint --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index cfc4343b5a..c04c25493f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -93,6 +93,7 @@ disable=raw-checker-failed, missing-module-docstring, missing-function-docstring, consider-using-f-string, + 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