Skip to content

Commit

Permalink
fixed pylintrc for deprecated exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmafoster1 committed Sep 4, 2024
1 parent 232cde2 commit 1d6b712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ min-public-methods=2
[EXCEPTIONS]

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


[FORMAT]
Expand Down

0 comments on commit 1d6b712

Please sign in to comment.