Skip to content

Commit 44d56b6

Browse files
author
Shibo Xing
committed
test: add E1136 to pylintrc disable list
1 parent de80f92 commit 44d56b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ disable=
9494
useless-object-inheritance, # TODO: Enable this check and fix code once Python 2 is no longer supported.
9595
super-with-arguments,
9696
raise-missing-from,
97+
E1136,
9798

9899
[REPORTS]
99100
# Set the output format. Available formats are text, parseable, colorized, msvs

0 commit comments

Comments
 (0)