Merge pull request #6825 from minosgalanakis/bignum/adjust_pylint

pylint: Set a minimum duplicate match to 10 lines.
This commit is contained in:
Dave Rodgman 2022-12-20 16:26:57 +00:00 committed by GitHub
commit 3e0418fe50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
[MASTER] [MASTER]
init-hook='import sys; sys.path.append("scripts")' init-hook='import sys; sys.path.append("scripts")'
min-similarity-lines=10
[BASIC] [BASIC]
# We're ok with short funtion argument names. # We're ok with short funtion argument names.