Skip to content

Commit

Permalink
Fix pylint settings for py3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dangle committed Oct 11, 2018
1 parent 01570c2 commit ad5087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[MASTER]
disable=no-value-for-parameter,protected-access,too-few-public-methods,bad-continuation,invalid-name,no-member,locally-disabled,locally-enabled
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
reports=no
known-standard-library=typing

Expand Down

0 comments on commit ad5087c

Please sign in to comment.