From c5c385e025d73529c4b29fbb66920fac75a9620e Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Tue, 3 Dec 2024 16:08:20 -0800 Subject: [PATCH] fix pylint --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index cd720bde..45714749 100644 --- a/.pylintrc +++ b/.pylintrc @@ -416,7 +416,8 @@ disable=raw-checker-failed, useless-suppression, deprecated-pragma, use-symbolic-message-instead, - too-many-arguments + too-many-arguments, + too-many-positional-arguments # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option