fix: fix 'no-else-return' for pylint
This commit is contained in:
parent
6ac1cacdb3
commit
e845c66d86
4 changed files with 16 additions and 16 deletions
|
@ -12,6 +12,7 @@ enable=anomalous-backslash-in-string,
|
|||
empty-docstring,
|
||||
inconsistent-return-statements,
|
||||
invalid-name,
|
||||
no-else-return,
|
||||
redefined-argument-from-local,
|
||||
too-few-public-methods,
|
||||
trailing-whitespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue