Skip to content

Commit

Permalink
pylint disable new check: 'too-many-positional-arguments'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSt98 committed Sep 24, 2024
1 parent 7ce15fb commit 41c4775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ disable=W0511, # Disable TODO warnings
pointless-string-statement,
attribute-defined-outside-init,
protected-access,
too-many-positional-arguments,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 41c4775

Please sign in to comment.