setup.cfg: Set max-public-methods to 25

With the updates for PARAM_MAPPING in IPAAnsibleModule it is needed to
increase max public methods.
This commit is contained in:
Thomas Woerner
2026-06-23 12:53:21 +02:00
parent 432c0b75fc
commit 12bbf74d52

View File

@@ -89,6 +89,7 @@ ignored-modules =
[pylint.DESIGN] [pylint.DESIGN]
max-attributes=12 max-attributes=12
max-public-methods=25
[pylint.REFACTORING] [pylint.REFACTORING]
max-nested-blocks = 9 max-nested-blocks = 9