From a3c80efd3748efc8821210029249b1bc7d84d02b Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Sun, 23 Mar 2025 19:39:45 +0100 Subject: [PATCH] Disable some warnings --- .pylintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f2181bf..bd0cd79 100644 --- a/.pylintrc +++ b/.pylintrc @@ -13,7 +13,9 @@ disable=fixme, invalid-name, too-many-branches, too-many-arguments, - too-many-positional-arguments + too-many-positional-arguments, + too-many-lines, + too-many-public-methods [REPORTS]