From ab2ba412e113a7e12dfceebd99f0b26aa1db5e11 Mon Sep 17 00:00:00 2001 From: rsanchez Date: Fri, 27 Sep 2024 09:18:36 +0200 Subject: [PATCH] fixup! fixup! CS-2376 increase "max-args" variable --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 3a272fe..4ece4f7 100644 --- a/.pylintrc +++ b/.pylintrc @@ -285,7 +285,7 @@ exclude-too-few-public-methods= ignored-parents= # Maximum number of arguments for function / method. -max-args=5 +max-args=17 # Maximum number of attributes for a class (see R0902). max-attributes=7