From 466b4f9b356782571c42afed0ec9848d75f91166 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:36:37 +0100 Subject: [PATCH] changed deprecated argument --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 9f0e88f06ef7..afe1130be112 100644 --- a/.pylintrc +++ b/.pylintrc @@ -467,7 +467,7 @@ max-statements=50 min-public-methods=2 # Minimum number of public methods for a class (see R0903). -max-positional-arguments=12 +max-args=12 [EXCEPTIONS]