diff --git a/.pylintrc b/.pylintrc index f2baa122..042b2d74 100644 --- a/.pylintrc +++ b/.pylintrc @@ -175,7 +175,7 @@ disable=I0011, too-many-locals, too-many-branches, too-many-statements, too-many-lines, too-many-public-methods, too-many-nested-blocks, too-many-return-statements, too-many-arguments, - wildcard-import, unused-wildcard-import, + too-many-positional-arguments, wildcard-import, unused-wildcard-import, superfluous-parens, useless-object-inheritance, consider-using-set-comprehension, unnecessary-pass, useless-return, raise-missing-from, consider-using-f-string, diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index ec8338f4..ab0bc2d8 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -70,6 +70,8 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ modules of this collection run only on the controller node, so the additional Python versions for the target node are no longer used for these sanity tests. +* Dev: Fixed new issue 'too-many-positional-arguments' reported by Pylint 3.3.0. + **Cleanup:** * Removed the unnecessary .pylintrc file from the distribution archive of the