Skip to content

Commit d9e75e7

Browse files
committed
update pylint rule
1 parent 1693408 commit d9e75e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/sanity/.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ disable=print-statement,
143143
import-error,
144144
duplicate-code,
145145
unused-argument,
146-
too-many-branches
146+
too-many-branches,
147+
useless-object-inheritance
147148

148149

149150
# Enable the message, report, category or checker with the given id(s). You can

0 commit comments

Comments
 (0)