Skip to content

Commit

Permalink
Use fully-qualified exception names in .pylintrc
Browse files Browse the repository at this point in the history
This avoids a deprecation warning from pylint.
  • Loading branch information
DemiMarie committed Jan 14, 2024
1 parent 086cbda commit 69f5fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ exclude-protected=_asdict,_fields,_replace,_source,_make

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

0 comments on commit 69f5fe1

Please sign in to comment.