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 c3f04d1 commit 5229fbfCopy full SHA for 5229fbf
.pylintrc
@@ -104,6 +104,7 @@ disable=
104
R1710, # Inconsistent return statements
105
R1714, # Consider using `in` with comparisons
106
R1729, # Use a generator
107
+ R1732,
108
R1735, # Consider using a dict or list literal
109
W0237, # Argument renamed in override
110
W0613, # Unused argument
@@ -451,4 +452,4 @@ analyse-fallback-blocks=no
451
452
453
# Exceptions that will emit a warning when being caught. Defaults to
454
# "Exception"
-overgeneral-exceptions=Exception
455
+overgeneral-exceptions=builtins.Exception
0 commit comments