diff --git a/scripts/dev/run_pylint_on_tests.py b/scripts/dev/run_pylint_on_tests.py index 7adf45f76..f7855dfb7 100644 --- a/scripts/dev/run_pylint_on_tests.py +++ b/scripts/dev/run_pylint_on_tests.py @@ -65,9 +65,12 @@ def main(): toxinidir, ] - args = (['--disable={}'.format(','.join(disabled)), - '--ignored-modules=helpers,pytest,PyQt5'] + - sys.argv[2:] + files) + args = [ + '--disable={}'.format(','.join(disabled)), + '--ignored-modules=helpers,pytest,PyQt5', + r'--ignore-long-lines=(