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.
1 parent 54181d5 commit a7a0155Copy full SHA for a7a0155
.pylintrc
@@ -452,6 +452,7 @@ disable=raw-checker-failed,
452
R0917, # Too many positional arguments (6/5) (too-many-positional-arguments)
453
C0103,
454
E0401,
455
+ W0703, # Catching too general exception Exception
456
457
# Enable the message, report, category or checker with the given id(s). You can
458
# either give multiple identifier separated by comma (,) or put this option
0 commit comments