Skip to content

Commit

Permalink
fix linting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Mar 29, 2023
1 parent 3a5e1cd commit ff84a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nf_core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,9 @@ def build(dir, no_prompts, web_only, url):

# nf-core schema lint
@schema.command()
@click.argument("schema_path", type=click.Path(exists=True), default="nextflow_schema.json", metavar="<pipeline schema>")
@click.argument(
"schema_path", type=click.Path(exists=True), default="nextflow_schema.json", metavar="<pipeline schema>"
)
def lint(schema_path):
"""
Check that a given pipeline schema is valid.
Expand Down

0 comments on commit ff84a09

Please sign in to comment.