Skip to content

Commit f69901a

Browse files
committed
Specify exception in .pylintrc
1 parent 1d9ca5e commit f69901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ min-public-methods=1
396396

397397
# Exceptions that will emit a warning when being caught. Defaults to
398398
# "Exception"
399-
overgeneral-exceptions=Exception
399+
overgeneral-exceptions=builtins.Exception

0 commit comments

Comments
 (0)