From 0e58a591a2b0f8d5502d5cd33e60866dc4052058 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:31:00 +0100 Subject: [PATCH] Fix ruff warning in Python script D415 [*] First line should end with a period, question mark, or exclamation point --- tests/lint/line_length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lint/line_length.py b/tests/lint/line_length.py index 2b82b190..28f25547 100755 --- a/tests/lint/line_length.py +++ b/tests/lint/line_length.py @@ -43,7 +43,7 @@ def endswithstring(line): def main(): - """Check each file provided as a command line parameter + """Check each file provided as a command line parameter. Returns -------