Skip to content

Commit

Permalink
Fixed new issues of Pylint 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Sep 22, 2024
1 parent 857201f commit f0187c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_

* Dev: Fixed removal of some files in the Makefile.

* Dev: Fixed new issue 'too-many-positional-arguments' reported by Pylint 3.3.0.

**Enhancements:**

**Cleanup:**
Expand Down

0 comments on commit f0187c3

Please sign in to comment.