Skip to content

Commit 6d8b5ed

Browse files
committed
PyLint fixes
1 parent a14bd4d commit 6d8b5ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ disable=
1313
bad-continuation,
1414
fixme,
1515
arguments-differ,
16-
useless-object-inheritance
16+
useless-object-inheritance,
17+
super-with-arguments,
18+
raise-missing-from

0 commit comments

Comments
 (0)