Skip to content

Commit

Permalink
Use fully qualified names for pylint overgeneral-exceptions (for pyli…
Browse files Browse the repository at this point in the history
…nt>=3.0)
  • Loading branch information
halvarsu committed Apr 26, 2024
1 parent b02ea69 commit 2364f0e
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 2364f0e

Please sign in to comment.