Skip to content

Add project toml and add uv to build #16

Add project toml and add uv to build

Add project toml and add uv to build #16

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

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): genmod/annotate_models/__init__.py#L3
genmod/annotate_models/__init__.py:3:26: F401 `.fix_variant.make_print_version` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_models/__init__.py#L4
genmod/annotate_models/__init__.py:4:29: F401 `.genetic_models.check_genetic_models` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_models/__init__.py#L5
genmod/annotate_models/__init__.py:5:31: F401 `.make_haploblocks.get_haploblocks` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_models/__init__.py#L6
genmod/annotate_models/__init__.py:6:26: F401 `.model_score.get_model_score` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_models/__init__.py#L7
genmod/annotate_models/__init__.py:7:32: F401 `.variant_annotator.VariantAnnotator` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
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 (F401): genmod/annotate_models/models/__init__.py#L4
genmod/annotate_models/models/__init__.py:4:29: F401 `.compound_model.check_compounds` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): genmod/annotate_models/models/__init__.py#L5
genmod/annotate_models/models/__init__.py:5:29: F401 `.dominant_model.check_dominant` imported but unused; consider removing, adding to `__all__`, or using a redundant alias