algorihm [fiqqar] adding new algorithm {concatination array} #14557
Annotations
10 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
concate_array/arr.py#L11
concate_array/arr.py:11:9: W292 No newline at end of file
|
|
Ruff (W293):
concate_array/arr.py#L11
concate_array/arr.py:11:1: W293 Blank line contains whitespace
|
|
Ruff (E741):
concate_array/arr.py#L5
concate_array/arr.py:5:9: E741 Ambiguous variable name: `l`
|
|
Ruff (UP006):
concate_array/arr.py#L4
concate_array/arr.py:4:52: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
concate_array/arr.py#L4
concate_array/arr.py:4:38: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (N802):
concate_array/arr.py#L4
concate_array/arr.py:4:9: N802 Function name `getConcatenation` should be lowercase
|
|
Ruff (I001):
concate_array/arr.py#L1
concate_array/arr.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP035):
concate_array/arr.py#L1
concate_array/arr.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
Ruff (INP001):
concate_array/arr.py#L1
concate_array/arr.py:1:1: INP001 File `concate_array/arr.py` is part of an implicit namespace package. Add an `__init__.py`.
|