Skip to content

3.13 Path objects are probably nice, but a little early for them perhaps #46

3.13 Path objects are probably nice, but a little early for them perhaps

3.13 Path objects are probably nice, but a little early for them perhaps #46

GitHub Actions / Black failed Nov 22, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 45 in /home/runner/work/stranger/stranger/stranger/cli.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/stranger/stranger/stranger/cli.py#L34-L45

 @click.command()
 @click.argument("vcf")
 @click.option(
     "-f",
     "--repeats-file",
-    type=click.Path(exists=True, path_type=str,),
+    type=click.Path(
+        exists=True,
+        path_type=str,
+    ),
     help="Path to a file with repeat definitions. See README for explanation",
     default=repeats_json_path,
     show_default=True,
 )
 @click.option("-i", "--family_id", default="1")