Two-Sum to match target #13705
Annotations
4 errors
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
Run uvx ruff check --output-format=github .:
interview-bootcamp/Two-Sum.py#L24
interview-bootcamp/Two-Sum.py:24:38: W292 No newline at end of file
|
Run uvx ruff check --output-format=github .:
interview-bootcamp/Two-Sum.py#L7
interview-bootcamp/Two-Sum.py:7:89: E501 Line too long (91 > 88)
|
Run uvx ruff check --output-format=github .:
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`.
|
Loading