fix: fix 'inconsistent-return-statements' for pylint
This commit is contained in:
parent
45a6c107b0
commit
4e9f7bf479
16 changed files with 67 additions and 23 deletions
6
.pylintrc
Normal file
6
.pylintrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: conf; -*-
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=all
|
||||
enable=
|
||||
inconsistent-return-statements,
|
Loading…
Add table
Add a link
Reference in a new issue