Skip to content

Commit

Permalink
Add max-positional-args config
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Oct 15, 2024
1 parent 807d481 commit e38157b
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 @@ -312,6 +312,9 @@ exclude-protected=_asdict,_fields,_replace,_source,_make
# Maximum number of arguments for function / method
max-args=8

# Maximum number of positional arguments for function / method
max-positional-arguments=14

# Argument names that match this expression will be ignored. Default to name
# with leading underscore
ignored-argument-names=_.*
Expand Down

0 comments on commit e38157b

Please sign in to comment.