Enhancements to downloads.py and filescfg.py (#3034)

This commit is contained in:
Daniel Richard G.
2024-10-07 08:46:44 -04:00
committed by GitHub
parent 477f402fbd
commit 6b9ef5113a
3 changed files with 99 additions and 24 deletions

View File

@@ -31,7 +31,7 @@ def main():
pylint_options = [
'--disable={}'.format(','.join(disable)),
'--jobs=4',
'--max-args=6',
'--max-args=7',
'--score=n',
'--persistent=n',
]