Skip to content

feat!: streamline annotator interface + refactor internals #1434

feat!: streamline annotator interface + refactor internals

feat!: streamline annotator interface + refactor internals #1434

Triggered via pull request February 3, 2025 16:04
Status Failure
Total duration 45s
Artifacts

python-cqa.yml

on: pull_request
Matrix: precommit_hooks
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Ruff (D104): src/ga4gh/vrs/extras/annotator/__init__.py#L1
src/ga4gh/vrs/extras/annotator/__init__.py:1:1: D104 Missing docstring in public package
Ruff (F821): src/ga4gh/vrs/extras/annotator/cli.py#L101
src/ga4gh/vrs/extras/annotator/cli.py:101:13: F821 Undefined name `SeqRepoProxyType`
Ruff (F821): src/ga4gh/vrs/extras/annotator/cli.py#L103
src/ga4gh/vrs/extras/annotator/cli.py:103:27: F821 Undefined name `SeqRepoProxyType`
Ruff (F821): src/ga4gh/vrs/extras/annotator/cli.py#L156
src/ga4gh/vrs/extras/annotator/cli.py:156:22: F821 Undefined name `SeqRepoProxyType`
Ruff (F821): src/ga4gh/vrs/extras/annotator/cli.py#L170
src/ga4gh/vrs/extras/annotator/cli.py:170:17: F821 Undefined name `VCFAnnotator`
Ruff (F821): src/ga4gh/vrs/extras/annotator/vcf.py#L148
src/ga4gh/vrs/extras/annotator/vcf.py:148:28: F821 Undefined name `output_vcf`
Ruff (F821): src/ga4gh/vrs/extras/annotator/vcf.py#L160
src/ga4gh/vrs/extras/annotator/vcf.py:160:20: F821 Undefined name `output_vcf`
Ruff (F821): src/ga4gh/vrs/extras/annotator/vcf.py#L171
src/ga4gh/vrs/extras/annotator/vcf.py:171:32: F821 Undefined name `output_vcf`
Ruff (F821): src/ga4gh/vrs/extras/annotator/vcf.py#L242
src/ga4gh/vrs/extras/annotator/vcf.py:242:35: F821 Undefined name `output_pickle`
Ruff (F821): src/ga4gh/vrs/extras/annotator/vcf.py#L243
src/ga4gh/vrs/extras/annotator/vcf.py:243:32: F821 Undefined name `output_vcf`
precommit_hooks (end-of-file-fixer)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
precommit_hooks (trailing-whitespace)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
precommit_hooks (mixed-line-ending)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
lint
The `python-version` input is not set. The version of Python currently in `PATH` will be used.