From ca9eeba1f8b2b3edc046af873883952e9967f52e Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 20 Sep 2023 15:34:32 -0600 Subject: [PATCH] turned off unused-argument --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 6dfa93b4..25bdadda 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,2 +1,2 @@ [pylint] -disable=invalid-name,too-many-public-methods, missing-function-docstring,too-many-arguments,too-many-statements, too-many-branches, too-many-locals \ No newline at end of file +disable=invalid-name,too-many-public-methods, missing-function-docstring,too-many-arguments,too-many-statements, too-many-branches, too-many-locals, unused-argument \ No newline at end of file