fix: fix 'too-many-return-statements' for pylint
This commit is contained in:
parent
bb2bde5ecd
commit
e6c495b40d
2 changed files with 3 additions and 2 deletions
|
@ -5,3 +5,4 @@ disable=all
|
|||
enable=
|
||||
inconsistent-return-statements,
|
||||
too-many-instance-attributes,
|
||||
too-many-return-statements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue