We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74605a6 + b34b3b3 commit f924e89Copy full SHA for f924e89
pylintrc
@@ -424,6 +424,6 @@ valid-metaclass-classmethod-first-arg=mcs
424
425
# Exceptions that will emit a warning when being caught. Defaults to
426
# "Exception"
427
-overgeneral-exceptions=StandardError,
428
- Exception,
429
- BaseException
+overgeneral-exceptions=builtins.StandardError,
+ builtins.Exception,
+ builtins.BaseException
0 commit comments