Skip to content

Commit

Permalink
update .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
valpesendorfer committed Jul 27, 2020
1 parent 6a164c0 commit 91fd02f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ disable=too-many-instance-attributes,
too-many-arguments,
too-many-locals,
attribute-defined-outside-init,
no-self-use
no-self-use,
C0411


# Enable the message, report, category or checker with the given id(s). You can
Expand Down Expand Up @@ -491,7 +492,7 @@ valid-metaclass-classmethod-first-arg=cls
[DESIGN]

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

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

0 comments on commit 91fd02f

Please sign in to comment.