Skip to content

Commit

Permalink
Merge pull request #481 from tweirtx/master
Browse files Browse the repository at this point in the history
Fix CI again
  • Loading branch information
tweirtx authored Dec 26, 2024
2 parents cdefedc + 940aeef commit 294a2d0
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-arguments=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 294a2d0

Please sign in to comment.