forked from LBRYCommunity/lbry-sdk
pylint skips assignment-from-no-return, useless-return
This commit is contained in:
parent
4ece422f48
commit
1f75b6a49e
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ disable=
|
||||||
unidiomatic-typecheck,
|
unidiomatic-typecheck,
|
||||||
global-at-module-level,
|
global-at-module-level,
|
||||||
inconsistent-return-statements,
|
inconsistent-return-statements,
|
||||||
keyword-arg-before-vararg
|
keyword-arg-before-vararg,
|
||||||
|
assignment-from-no-return,
|
||||||
|
useless-return
|
||||||
|
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
Loading…
Add table
Reference in a new issue