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 8e35891 commit e8cbc63
Show file tree
Hide file tree
Showing 2 changed files with 2 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
1 change: 1 addition & 0 deletions changes/noissue.5.fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dev: Fixed new issue 'too-many-positional-arguments' reported by Pylint 3.3.0.

0 comments on commit e8cbc63

Please sign in to comment.