fix: the all_permutations in all_permutations.py #17782
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E501):
backtracking/all_permutations.py#L22
backtracking/all_permutations.py:22:89: E501 Line too long (90 > 88)
|
|
ruff (EM102):
backtracking/all_permutations.py#L22
backtracking/all_permutations.py:22:26: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|