Rename file to follow lowercase naming convention #15547
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (invalid-syntax):
bit_manipulation/maximize_the_number_of_partitions_after_operations.py#L43
bit_manipulation/maximize_the_number_of_partitions_after_operations.py:43:1: invalid-syntax: Expected dedent, found end of file
|
|
Ruff (invalid-syntax):
bit_manipulation/maximize_the_number_of_partitions_after_operations.py#L42
bit_manipulation/maximize_the_number_of_partitions_after_operations.py:42:1: invalid-syntax: unindent does not match any outer indentation level
|
|
Ruff (W291):
bit_manipulation/maximize_the_number_of_partitions_after_operations.py#L35
bit_manipulation/maximize_the_number_of_partitions_after_operations.py:35:22: W291 Trailing whitespace
|