Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Nov 2, 2024
1 parent cb2e032 commit b641f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ exclude-too-few-public-methods=
ignored-parents=

# Maximum number of arguments for function / method.
max-args=9
max-args=10

# Maximum number of attributes for a class (see R0902).
max-attributes=7
Expand All @@ -308,7 +308,7 @@ max-locals=15
max-parents=7

# Maximum number of positional arguments for function / method.
max-positional-arguments=9
max-positional-arguments=10

# Maximum number of public methods for a class (see R0904).
max-public-methods=20
Expand Down

0 comments on commit b641f61

Please sign in to comment.