From 8f3e7f444dc94126451ce1c70c159f4530f90d68 Mon Sep 17 00:00:00 2001 From: Chris <1105672+firstof9@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:14:01 -0700 Subject: [PATCH] chore(tests): fix pylint config --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 06d8ef25..72133b4f 100644 --- a/pylintrc +++ b/pylintrc @@ -32,6 +32,7 @@ disable= too-many-lines, too-many-locals, abstract-method, + too-many-positional-arguments, [REFACTORING]