did we find an inconsistency between ruff and black perhaps? #40
Annotations
1 error and 1 warning
/home/runner/work/stranger/stranger/stranger/utils.py#L438
for field, individual_value in format_dict.items():
if field in ["GT"]:
continue
variant_component_value = individual_value.split(",")[variant_component]
- result_variants[index]["format_dicts"][individual_index][field] = (
- variant_component_value
- )
+ result_variants[index]["format_dicts"][individual_index][
+ field
+ ] = variant_component_value
return result_variants
|
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/
|