Skip to content

Commit

Permalink
pylint depracation issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
MRyderOC authored Jul 7, 2023
1 parent 1c9f813 commit 0f0f526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,6 @@ valid-metaclass-classmethod-first-arg=mcs

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

0 comments on commit 0f0f526

Please sign in to comment.