Skip to content

Commit 7a7f71b

Browse files
committed
address new pylint violations
1 parent 46bf820 commit 7a7f71b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ disable=
9292
too-many-lines,
9393
too-many-locals,
9494
useless-object-inheritance, # TODO: Enable this check and fix code once Python 2 is no longer supported.
95+
super-with-arguments,
96+
raise-missing-from,
9597

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

0 commit comments

Comments
 (0)