forked from LBRYCommunity/lbry-sdk
pylint doesn't like distutils
This commit is contained in:
parent
d0bc383a79
commit
1eae3fe5dc
1 changed files with 2 additions and 1 deletions
|
@ -42,5 +42,6 @@ pip install mock pylint
|
|||
trial tests
|
||||
# TODO: submit coverage report to coveralls
|
||||
|
||||
# Ignoring distutils because: https://github.com/PyCQA/pylint/issues/73
|
||||
# TODO: as code quality improves, make pylint be more strict
|
||||
pylint -E --disable=inherit-non-class --disable=no-member lbrynet
|
||||
pylint -E --disable=inherit-non-class --disable=no-member --ignored-modules=distutils lbrynet
|
||||
|
|
Loading…
Add table
Reference in a new issue