Skip to content

Commit 865aa69

Browse files
committed
add disable series for pylint
1 parent 15f1849 commit 865aa69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ disable=
104104
R1710, # Inconsistent return statements
105105
R1714, # Consider using `in` with comparisons
106106
R1729, # Use a generator
107+
R1732,
107108
R1735, # Consider using a dict or list literal
108109
W0237, # Argument renamed in override
109110
W0613, # Unused argument
@@ -451,4 +452,4 @@ analyse-fallback-blocks=no
451452

452453
# Exceptions that will emit a warning when being caught. Defaults to
453454
# "Exception"
454-
overgeneral-exceptions=Exception
455+
overgeneral-exceptions=builtins.Exception

0 commit comments

Comments
 (0)