pylint skips assignment-from-no-return, useless-return

This commit is contained in:
Lex Berezhny 2018-07-21 18:45:48 -04:00 committed by Jack Robison
parent 4ece422f48
commit 1f75b6a49e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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]