From f3a918b8f73b1896c446ffcca75daf1805d0e89a Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Mon, 19 Sep 2022 21:34:41 +0200 Subject: [PATCH] CI: disable too-many-arguments --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f65864e..944ac10 100644 --- a/.pylintrc +++ b/.pylintrc @@ -76,7 +76,8 @@ disable=too-few-public-methods, too-many-instance-attributes, too-many-locals, too-many-branches, - too-many-statements + too-many-statements, + too-many-arguments # Enable the message, report, category or checker with the given id(s). You can -- GitLab