Skip to content

fix: the all_permutations in all_permutations.py #17782

fix: the all_permutations in all_permutations.py

fix: the all_permutations in all_permutations.py #17782

Triggered via pull request May 2, 2026 07:25
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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