Skip to content

Commit 22dec80

Browse files
committed
Add trailing comma to disabled list
1 parent f07f10b commit 22dec80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ disable=print-statement,
137137
super-init-not-called,
138138
ungrouped-imports,
139139
no-else-return,
140-
useless-object-inheritance
140+
useless-object-inheritance,
141141

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

0 commit comments

Comments
 (0)