Add files via upload #9824
Annotations
5 errors
Ruff (E501):
bit_manipulation/find_number_that_appears_only_once_in_array.py#L4
bit_manipulation/find_number_that_appears_only_once_in_array.py:4:89: E501 Line too long (172 > 88)
|
Ruff (W293):
bit_manipulation/find_number_that_appears_only_once_in_array.py#L36
bit_manipulation/find_number_that_appears_only_once_in_array.py:36:1: W293 Blank line contains whitespace
|
Ruff (E703):
bit_manipulation/find_number_that_appears_only_once_in_array.py#L38
bit_manipulation/find_number_that_appears_only_once_in_array.py:38:36: E703 Statement ends with an unnecessary semicolon
|
Ruff (W293):
bit_manipulation/find_number_that_appears_only_once_in_array.py#L39
bit_manipulation/find_number_that_appears_only_once_in_array.py:39:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|