Skip to content

Commit

Permalink
fix: set max-args to the current max number of positional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Sep 23, 2024
1 parent be5759d commit a553dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ valid-classmethod-first-arg = cls
valid-metaclass-classmethod-first-arg = mcs

[DESIGN]
max-args = 5
max-args = 7
ignored-argument-names = _.*
max-locals = 15
max-returns = 6
Expand Down

0 comments on commit a553dda

Please sign in to comment.