From 9c672398474bc312a2c5aa84ccab617a84c950a7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 8 Sep 2018 13:59:11 +0200 Subject: [PATCH] Fix lint --- scripts/dev/run_pylint_on_tests.py | 9 ++++++--- tests/helpers/fixtures.py | 2 -- tests/unit/browser/test_caret.py | 12 ++++-------- 3 files changed, 10 insertions(+), 13 deletions(-) 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=(