From: Shane <30691680+gamesguru@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:54:06 +0000 (-0400) Subject: suppress one more pylint error X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=611a8c522bba46117d93f10b8f6e4bc33c0cace5;p=gamesguru%2Fgetmyancestors.git suppress one more pylint error --- diff --git a/.pylintrc b/.pylintrc index 3ae702d..4627af6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,6 +11,7 @@ disable= missing-module-docstring, missing-function-docstring, duplicate-code, + too-few-public-methods, too-many-arguments, too-many-positional-arguments, too-many-instance-attributes,