fix: fix 'no-else-return' for pylint
This commit is contained in:
parent
6424432f1b
commit
fdeb0eeeb2
4 changed files with 32 additions and 34 deletions
|
@ -4,6 +4,7 @@
|
|||
disable=all
|
||||
enable=
|
||||
inconsistent-return-statements,
|
||||
no-else-return,
|
||||
too-many-branches,
|
||||
too-many-instance-attributes,
|
||||
too-many-return-statements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue