Skip to content

Commit

Permalink
pylint: increase max-positional-arguments from 5 to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Oct 14, 2024
1 parent 56898fc commit cc870a5
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 @@ -314,7 +314,7 @@ max-locals=25
max-parents=7

# Maximum number of positional arguments for function / method.
max-positional-arguments=5
max-positional-arguments=7

# Maximum number of public methods for a class (see R0904).
max-public-methods=20
Expand Down

0 comments on commit cc870a5

Please sign in to comment.