Skip to content

Commit

Permalink
fixup! fixup! CS-2376 increase "max-args" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanchez87 committed Sep 27, 2024
1 parent b9959a8 commit b3ce602
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,10 @@ exclude-too-few-public-methods=
ignored-parents=

# Maximum number of arguments for function / method.
max-args=5
max-args=17

# Maximum number of positional arguments for function / method (default=5.)
max-positional-arguments = 17

# Maximum number of attributes for a class (see R0902).
max-attributes=7
Expand Down

0 comments on commit b3ce602

Please sign in to comment.