Two-Sum to match target #13703
Annotations
8 errors
ruff
Process completed with exit code 1.
|
Ruff (W292):
interview-bootcamp/Two-Sum.py#L20
interview-bootcamp/Two-Sum.py:20:38: W292 No newline at end of file
|
Ruff (W291):
interview-bootcamp/Two-Sum.py#L20
interview-bootcamp/Two-Sum.py:20:37: W291 Trailing whitespace
|
Ruff (W293):
interview-bootcamp/Two-Sum.py#L16
interview-bootcamp/Two-Sum.py:16:1: W293 Blank line contains whitespace
|
Ruff (W293):
interview-bootcamp/Two-Sum.py#L10
interview-bootcamp/Two-Sum.py:10:1: W293 Blank line contains whitespace
|
Ruff (E501):
interview-bootcamp/Two-Sum.py#L7
interview-bootcamp/Two-Sum.py:7:89: E501 Line too long (91 > 88)
|
Ruff (W293):
interview-bootcamp/Two-Sum.py#L4
interview-bootcamp/Two-Sum.py:4:1: W293 Blank line contains whitespace
|
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`.
|