Skip to content

Commit

Permalink
New rule in pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Sep 29, 2024
1 parent 156568f commit dd17840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,10 @@ valid-metaclass-classmethod-first-arg=cls
# Maximum number of arguments for function / method.
max-args=100

# New, hoping for https://github.com/pylint-dev/pylint/issues/5462 to drop soon so this config can be updated
# cleanly
max-positional-arguments=100

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

Expand Down

0 comments on commit dd17840

Please sign in to comment.