We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9368f commit e9c7c75Copy full SHA for e9c7c75
.pylintrc
@@ -76,6 +76,7 @@ disable=missing-docstring,
76
unused-argument, # temp-pylint-upgrade
77
redefined-builtin,
78
cyclic-import,
79
+ broad-exception-raised,
80
81
# Enable the message, report, category or checker with the given id(s). You can
82
# either give multiple identifier separated by comma (,) or put this option
@@ -480,10 +481,3 @@ max-statements=50
480
481
482
# Minimum number of public methods for a class (see R0903).
483
min-public-methods=2
-
484
485
-[EXCEPTIONS]
486
487
-# Exceptions that will emit a warning when being caught. Defaults to
488
-# "Exception".
489
-overgeneral-exceptions=Exception
0 commit comments