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