From e27182f47ff93b41344c5ef6d5042b055b8e6681 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 24 Sep 2023 17:06:06 -0400 Subject: [PATCH] fix(pylint): added too-many-statements to the ignore list --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index dc5d3e8..b40cfb8 100644 --- a/.pylintrc +++ b/.pylintrc @@ -9,4 +9,5 @@ superfluous-parens, invalid-name, too-many-locals, - too-many-public-methods + too-many-public-methods, + too-many-statements