From b614c6d443a4e543e66aeae6bafc8cea5ecc0876 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 24 Sep 2023 16:59:38 -0400 Subject: [PATCH] fix(pylint): added another pylint rule to the pylint ignore file --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index bc53703..dc5d3e8 100644 --- a/.pylintrc +++ b/.pylintrc @@ -8,4 +8,5 @@ too-many-branches, superfluous-parens, invalid-name, - too-many-locals + too-many-locals, + too-many-public-methods