Skip to content

did we find an inconsistency between ruff and black perhaps? #40

did we find an inconsistency between ruff and black perhaps?

did we find an inconsistency between ruff and black perhaps? #40

GitHub Actions / Black failed Nov 5, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 448 in /home/runner/work/stranger/stranger/stranger/utils.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/stranger/stranger/stranger/utils.py#L438-L448

 
             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