Add a_very_big_sum algorithm to maths folder #15736
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
maths/special_numbers/a_very_big_sum.py#L3
maths/special_numbers/a_very_big_sum.py:3:25: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (I001):
maths/special_numbers/a_very_big_sum.py#L1
maths/special_numbers/a_very_big_sum.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP035):
maths/special_numbers/a_very_big_sum.py#L1
maths/special_numbers/a_very_big_sum.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|