3
0
Fork 0

fix: fix 'duplicate-code' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 13:31:33 -05:00
parent ad74bede04
commit a1868e1f44
10 changed files with 233 additions and 129 deletions

View file

@ -2,4 +2,7 @@
[MESSAGES CONTROL]
disable=fixme,
duplicate-code,
[SIMILARITIES]
# nb. cuts out some noise for duplicate-code
min-similarity-lines=5