Update area.py #17123
Annotations
8 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP047):
searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters
|
|
ruff (W291):
maths/area.py#L251
maths/area.py:251:36: W291 Trailing whitespace
|
|
ruff (W293):
maths/area.py#L233
maths/area.py:233:1: W293 Blank line contains whitespace
|
|
ruff (W293):
maths/area.py#L161
maths/area.py:161:1: W293 Blank line contains whitespace
|
|
ruff (W291):
maths/area.py#L160
maths/area.py:160:56: W291 Trailing whitespace
|
|
ruff (UP047):
machine_learning/linear_discriminant_analysis.py#L255
machine_learning/linear_discriminant_analysis.py:255:5: UP047 Generic function `valid_input` should use type parameters
|
|
ruff (RUF037):
data_structures/hashing/hash_table_with_linked_list.py#L11
data_structures/hashing/hash_table_with_linked_list.py:11:28: RUF037 Unnecessary empty iterable within a deque call
|