Skip to content

Commit

Permalink
update pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Oct 6, 2024
1 parent 3a5ae2c commit de94a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ ignored-parents=
# Maximum number of arguments for function / method.
max-args=7

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

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

Expand Down

0 comments on commit de94a6d

Please sign in to comment.