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,
|
||||
global-at-module-level,
|
||||
inconsistent-return-statements,
|
||||
keyword-arg-before-vararg
|
||||
keyword-arg-before-vararg,
|
||||
assignment-from-no-return,
|
||||
useless-return
|
||||
|
||||
|
||||
[REPORTS]
|
||||
|
|
Loading…
Reference in a new issue