From fbf97d020a1e164830f5b4d66d7d4fbe74841cf8 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Fri, 15 Dec 2023 19:46:47 +0100 Subject: [PATCH] apply black --- planemo/options.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/planemo/options.py b/planemo/options.py index 7050aed8a..954c38689 100644 --- a/planemo/options.py +++ b/planemo/options.py @@ -1409,9 +1409,7 @@ def skip_file_option(): "--skip_file", type=click.Path(exists=True, file_okay=True, dir_okay=False, resolve_path=True), multiple=True, - help=( - "File containing a list of lint tests to skip" - ), + help=("File containing a list of lint tests to skip"), )