Skip to content

Commit

Permalink
Merge pull request #15 from UCSD-E4E/pylint_exceptions
Browse files Browse the repository at this point in the history
ci: Updates exceptions
  • Loading branch information
ntlhui authored Jul 26, 2024
2 parents f1020e4 + a972fbb commit 8361c47
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 @@ -309,8 +309,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 8361c47

Please sign in to comment.