From 88bfec69804fb233e2b8ddcd46a60c183a992c66 Mon Sep 17 00:00:00 2001 From: FanhaiLu1 Date: Fri, 27 Sep 2024 01:59:35 +0000 Subject: [PATCH] fix too many positional arguments lint error --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 1df7809e..7fd37bb7 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,2 +1,2 @@ [MESSAGES CONTROL] -disable=C0114,R0801,R0903,R0913,E1102,W0613,R1711,too-many-locals +disable=C0114,R0801,R0903,R0913,R0917,E1102,W0613,R1711,too-many-locals