Skip to content

Commit ad5087c

Browse files
committedOct 11, 2018
Fix pylint settings for py3.
1 parent 01570c2 commit ad5087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[MASTER]
2-
disable=no-value-for-parameter,protected-access,too-few-public-methods,bad-continuation,invalid-name,no-member,locally-disabled,locally-enabled
2+
disable=useless-object-inheritance,bad-mcs-classmethod-argument,no-value-for-parameter,protected-access,too-few-public-methods,bad-continuation,invalid-name,no-member,locally-disabled,locally-enabled
33
reports=no
44
known-standard-library=typing
55

0 commit comments

Comments
 (0)
Please sign in to comment.