Skip to content

Commit

Permalink
Allow more positional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tweirtx authored Dec 16, 2024
1 parent cdefedc commit 79170e7
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 @@ -465,7 +465,8 @@ max-statements=100
# Minimum number of public methods for a class (see R0903).
min-public-methods=0


# Maximum number of positional arguments
max-positional-args=15


[IMPORTS]
Expand Down Expand Up @@ -505,4 +506,4 @@ known-third-party=enchant

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=builtins.Exception
overgeneral-exceptions=builtins.Exception

0 comments on commit 79170e7

Please sign in to comment.