Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jan 16, 2024
1 parent e50dafb commit fbf97d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions planemo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)


Expand Down

0 comments on commit fbf97d0

Please sign in to comment.