Skip to content

Add project toml and add uv to build #18

Add project toml and add uv to build

Add project toml and add uv to build #18

Triggered via pull request November 28, 2024 09:33
@dnildnil
synchronize #153
uv_hatchling_it
Status Failure
Total duration 13s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F841): genmod/annotate_models/genetic_models.py#L106
genmod/annotate_models/genetic_models.py:106:9: F841 Local variable `compound_pairs` is assigned to but never used
Ruff (F841): genmod/annotate_models/genetic_models.py#L335
genmod/annotate_models/genetic_models.py:335:9: F841 Local variable `mother_phenotype` is assigned to but never used
Ruff (F841): genmod/annotate_models/genetic_models.py#L340
genmod/annotate_models/genetic_models.py:340:9: F841 Local variable `father_phenotype` is assigned to but never used
Ruff (F841): genmod/annotate_regions/parse_annotations.py#L87
genmod/annotate_regions/parse_annotations.py:87:5: F841 Local variable `genes` is assigned to but never used
Ruff (F401): genmod/annotate_variants/__init__.py#L3
genmod/annotate_variants/__init__.py:3:31: F401 `.read_tabix_files.get_cadd_scores` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_variants/__init__.py#L3
genmod/annotate_variants/__init__.py:3:48: F401 `.read_tabix_files.get_cosmic` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_variants/__init__.py#L3
genmod/annotate_variants/__init__.py:3:60: F401 `.read_tabix_files.get_frequencies` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_variants/__init__.py#L3
genmod/annotate_variants/__init__.py:3:77: F401 `.read_tabix_files.get_spidex_score` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F841): genmod/annotate_variants/annotate.py#L20
genmod/annotate_variants/annotate.py:20:5: F841 Local variable `ref` is assigned to but never used
Ruff (E722): genmod/annotate_variants/read_tabix_files.py#L48
genmod/annotate_variants/read_tabix_files.py:48:5: E722 Do not use bare `except`