Skip to content

Commit

Permalink
Merge pull request #7 from clebergnu/pylint_exception_warning
Browse files Browse the repository at this point in the history
Address pylint exception warning
  • Loading branch information
richtja authored Jul 24, 2024
2 parents 87b2610 + a0abe81 commit 02ad522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default_configs/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -495,5 +495,5 @@ valid-metaclass-classmethod-first-arg=cls

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

0 comments on commit 02ad522

Please sign in to comment.