Skip to content

Commit

Permalink
Increase the max positional args allowed by pylint (#438)
Browse files Browse the repository at this point in the history
Configure `pylint` to increase the maximum number of positional
arguments allowed in any function or method.
  • Loading branch information
santisoler authored Oct 3, 2024
1 parent 14d14e4 commit f5f6118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ max-statements=50
# Minimum number of public methods for a class (see R0903).
min-public-methods=2

# Increase maximum positional arguemnts
max-positional-arguments=9


[IMPORTS]

Expand Down

0 comments on commit f5f6118

Please sign in to comment.