forked from LBRYCommunity/lbry-sdk
pylint: add check for missing-final-newline
This commit is contained in:
parent
14ac2bac39
commit
7bce37a720
34 changed files with 34 additions and 33 deletions
|
@ -9,4 +9,5 @@ pylint -E --disable=inherit-non-class --disable=no-member \
|
|||
--enable=bad-whitespace \
|
||||
--enable=line-too-long \
|
||||
--enable=trailing-whitespace \
|
||||
--enable=missing-final-newline \
|
||||
lbrynet $@
|
||||
|
|
Loading…
Reference in a new issue