fix: fix 'redefined-argument-from-local' for pylint
This commit is contained in:
parent
027ace91f4
commit
c1a14b4869
3 changed files with 9 additions and 8 deletions
|
@ -6,6 +6,7 @@ enable=
|
|||
empty-docstring,
|
||||
inconsistent-return-statements,
|
||||
no-else-return,
|
||||
redefined-argument-from-local,
|
||||
too-many-branches,
|
||||
too-many-instance-attributes,
|
||||
too-many-return-statements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue