Skip to content

Commit

Permalink
Merge pull request #75 from halvarsu:pylint_compatability
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650587907
Change-Id: I75cfed9be9a5d77c5ac8f2aa9ab781d15a761f4d
  • Loading branch information
dpfau committed Aug 22, 2024
2 parents 0d92cc6 + 2364f0e commit 4514bf5
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 @@ -426,6 +426,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=builtin.StandardError,
builtin.Exception,
builtin.BaseException

0 comments on commit 4514bf5

Please sign in to comment.