From 393104f9fa572ca23c24162a4a7305cdbd0b168e Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Fri, 20 Sep 2024 23:22:33 +0300 Subject: [PATCH] type: ignore too-many-positional-arguments --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index fcdbf483..42df9005 100644 --- a/.pylintrc +++ b/.pylintrc @@ -448,6 +448,7 @@ disable=raw-checker-failed, too-many-arguments, duplicate-code, cyclic-import, + 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