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 32d796e commit 19eb121Copy full SHA for 19eb121
.pylintrc
@@ -312,8 +312,8 @@ min-public-methods=2
312
[EXCEPTIONS]
313
314
# Exceptions that will emit a warning when caught.
315
-overgeneral-exceptions=BaseException,
316
- Exception
+overgeneral-exceptions=builtin.BaseException,
+ builtin.Exception
317
318
319
[FORMAT]
@@ -423,7 +423,10 @@ disable=raw-checker-failed,
423
use-symbolic-message-instead,
424
anomalous-backslash-in-string,
425
multiple-statements,
426
- line-too-long
+ line-too-long,
427
+ import-error,
428
+ consider-using-with
429
+
430
431
# Enable the message, report, category or checker with the given id(s). You can
432
# either give multiple identifier separated by comma (,) or put this option
0 commit comments