3.13 Path objects are probably nice, but a little early for them perhaps #46
Annotations
2 errors and 1 warning
/home/runner/work/stranger/stranger/stranger/cli.py#L34
@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")
|
/home/runner/work/stranger/stranger/stranger/cli.py#L34
@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")
|
Lint-and-fix (3.12)
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|