Skip to content

Commit

Permalink
[pylint] Disable alert for too-many-positional-arguments
Browse files Browse the repository at this point in the history
Disable alert for too-many-positional-arguments

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill committed Sep 24, 2024
1 parent a0035b6 commit 28d5c8c
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 @@ -33,6 +33,7 @@ disable=
R0913, # too-many-arguments
R0914, # too-many-locals
R0915, # too-many-statements
R0917, # too-many-positional-arguments
R1702, # too-many-nested-blocks
W0201, # attribute-defined-outside-init
W0511, # fixme
Expand Down

0 comments on commit 28d5c8c

Please sign in to comment.