Skip to content

Commit

Permalink
Fix pylint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Oct 25, 2023
1 parent fb55364 commit cb2c3da
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 @@ -49,3 +49,7 @@ generated-members=
# A regular expression matching the name of dummy variables (i.e. expectedly
# not used).
dummy-variables-rgx=(_|_[a-z][a-z0-9_]{2,30})$

[DESIGN]
# Maximum number of arguments for function / method.
max-args=7

0 comments on commit cb2c3da

Please sign in to comment.