From 414e8a247647c70d804f667e83e61d932216950c Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Fri, 21 Jun 2024 21:23:35 -0700 Subject: [PATCH] Ok, linted. Hope you're happy now. --- pelicun/tests/code_repetition_checker.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pelicun/tests/code_repetition_checker.py b/pelicun/tests/code_repetition_checker.py index cd3ee272a..0d1f1c95c 100644 --- a/pelicun/tests/code_repetition_checker.py +++ b/pelicun/tests/code_repetition_checker.py @@ -130,7 +130,18 @@ def all_test_files(): 5.00, 6.00, ] - very_long_string = 'some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is some very long thing which is very long.' + very_long_string = ( + 'some very long thing which is some very ' + 'long thing which is some very long thing ' + 'which is some very long thing which is ' + 'some very long thing which is some very ' + 'long thing which is some very long thing ' + 'which is some very long thing which is ' + 'some very long thing which is some very ' + 'long thing which is some very long thing ' + 'which is some very long thing which is ' + 'very long indeed.' + ) for file in test_files: print() print(file)