Two-Sum to match target #13705
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`.
|