diff --git a/nf_core/__main__.py b/nf_core/__main__.py index a801df426..15bacde92 100644 --- a/nf_core/__main__.py +++ b/nf_core/__main__.py @@ -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="") +@click.argument( + "schema_path", type=click.Path(exists=True), default="nextflow_schema.json", metavar="" +) def lint(schema_path): """ Check that a given pipeline schema is valid.