From cef008dbecb81440527c3f45d712d78cd3289be5 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Tue, 24 Sep 2024 10:16:10 -0400 Subject: [PATCH] Update .pylintrc --- .pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.pylintrc b/.pylintrc index 356279ec..b942dec7 100644 --- a/.pylintrc +++ b/.pylintrc @@ -76,6 +76,7 @@ disable=consider-using-in, consider-using-dict-items, unspecified-encoding, consider-using-f-string, + too-many-positional-arguments, duplicate-code, # Enable the message, report, category or checker with the given id(s). You can