fix: fix 'duplicate-code' for pylint
This commit is contained in:
parent
ad74bede04
commit
a1868e1f44
10 changed files with 233 additions and 129 deletions
|
@ -2,4 +2,7 @@
|
|||
|
||||
[MESSAGES CONTROL]
|
||||
disable=fixme,
|
||||
duplicate-code,
|
||||
|
||||
[SIMILARITIES]
|
||||
# nb. cuts out some noise for duplicate-code
|
||||
min-similarity-lines=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue