We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c0c83 commit 54a897fCopy full SHA for 54a897f
.pylintrc
@@ -101,7 +101,8 @@ disable=raw-checker-failed,
101
consider-merging-isinstance,
102
duplicate-code,
103
consider-using-f-string,
104
- cyclic-import
+ cyclic-import,
105
+ broad-exception-raised
106
107
# Enable the message, report, category or checker with the given id(s). You can
108
# either give multiple identifier separated by comma (,) or put this option
@@ -572,5 +573,5 @@ min-public-methods=2
572
573
574
# Exceptions that will emit a warning when being caught. Defaults to
575
# "BaseException, Exception".
-overgeneral-exceptions=BaseException,
576
- Exception
+overgeneral-exceptions=builtins.BaseException,
577
+ builtins.Exception
0 commit comments