From 12bbf74d524cb5d612affe737903712854392eb4 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 23 Jun 2026 12:53:21 +0200 Subject: [PATCH] setup.cfg: Set max-public-methods to 25 With the updates for PARAM_MAPPING in IPAAnsibleModule it is needed to increase max public methods. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b0cbe64d..60ad9586 100644 --- a/setup.cfg +++ b/setup.cfg @@ -89,6 +89,7 @@ ignored-modules = [pylint.DESIGN] max-attributes=12 +max-public-methods=25 [pylint.REFACTORING] max-nested-blocks = 9