Skip to content

Feat/needleman wunsch #17476

Feat/needleman wunsch

Feat/needleman wunsch #17476

Triggered via pull request March 24, 2026 15:22
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (RUF005): dynamic_programming/needleman_wunsch.py#L494
dynamic_programming/needleman_wunsch.py:494:18: RUF005 Consider `["-", *list(sequence_2)]` instead of concatenation help: Replace with `["-", *list(sequence_2)]`