Skip to content

Commit

Permalink
Increase number of arguments (R0913) & attributes (R0902) to pass pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
LegenJCdary committed Feb 22, 2023
1 parent 6d2d9ef commit 624c630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,10 @@ valid-metaclass-classmethod-first-arg=cls
[DESIGN]

# Maximum number of arguments for function / method.
max-args=6
max-args=8

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

# Maximum number of boolean expressions in an if statement (see R0916).
max-bool-expr=5
Expand Down

0 comments on commit 624c630

Please sign in to comment.