We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481fe82 commit f6048a2Copy full SHA for f6048a2
pylintrc
@@ -73,7 +73,8 @@ disable=raw-checker-failed,
73
unused-private-member,
74
missing-timeout,
75
unnecessary-dunder-call,
76
- use-dict-literal
+ use-dict-literal,
77
+ broad-exception-raised #TODO fix this in next release
78
79
# Enable the message, report, category or checker with the given id(s). You can
80
# either give multiple identifier separated by comma (,) or put this option
@@ -506,5 +507,5 @@ valid-metaclass-classmethod-first-arg=cls
506
507
508
# Exceptions that will emit a warning when being caught. Defaults to
509
# "BaseException, Exception".
-overgeneral-exceptions=BaseException,
510
- Exception
+overgeneral-exceptions=builtins.BaseException,
511
+ builtins.Exception
0 commit comments