Skip to content

Two-Sum to match target #13705

Two-Sum to match target

Two-Sum to match target #13705

Triggered via pull request August 6, 2025 13:14
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W292): interview-bootcamp/Two-Sum.py#L24
interview-bootcamp/Two-Sum.py:24:38: W292 No newline at end of file
Ruff (E501): interview-bootcamp/Two-Sum.py#L7
interview-bootcamp/Two-Sum.py:7:89: E501 Line too long (91 > 88)
Ruff (INP001): interview-bootcamp/Two-Sum.py#L1
interview-bootcamp/Two-Sum.py:1:1: INP001 File `interview-bootcamp/Two-Sum.py` is part of an implicit namespace package. Add an `__init__.py`.