From c24c82f718094aea22a6c5038ad6d98e6ad3249f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:09:53 -0400 Subject: [PATCH] disabled the problematic pylint rule --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index a8dfc7d..9086141 100644 --- a/.pylintrc +++ b/.pylintrc @@ -6,4 +6,5 @@ line-too-long, too-many-arguments, too-many-branches, - superfluous-parens + superfluous-parens, + invalid-name