fix: fix 'duplicate-code' for pylint
This commit is contained in:
parent
da395e1880
commit
f86aeff788
5 changed files with 74 additions and 29 deletions
|
@ -13,6 +13,7 @@ enable=anomalous-backslash-in-string,
|
|||
cyclic-import,
|
||||
dangerous-default-value,
|
||||
disallowed-name,
|
||||
duplicate-code,
|
||||
empty-docstring,
|
||||
inconsistent-return-statements,
|
||||
invalid-name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue