Skip to content

Commit c47dbfd

Browse files
committed
More pylint fixes
1 parent bef3ed0 commit c47dbfd

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
@@ -147,7 +147,8 @@ disable=print-statement,
147147
ungrouped-imports,
148148
bad-continuation,
149149
redefined-builtin,
150-
raise-missing-from
150+
raise-missing-from,
151+
duplicate-code
151152

152153
# Enable the message, report, category or checker with the given id(s). You can
153154
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)