Skip to content

Update combination_sum.py #12053

Update combination_sum.py

Update combination_sum.py #12053

Triggered via pull request December 12, 2024 03:13
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Ruff: backtracking/combination_sum.py#L1
backtracking/combination_sum.py:1:1: SyntaxError: Unexpected indentation
Ruff (E501): backtracking/combination_sum.py#L5
backtracking/combination_sum.py:5:89: E501 Line too long (127 > 88)
Ruff: backtracking/combination_sum.py#L17
backtracking/combination_sum.py:17:1: SyntaxError: Expected a statement
Ruff (E501): backtracking/combination_sum.py#L51
backtracking/combination_sum.py:51:89: E501 Line too long (98 > 88)
ruff
Process completed with exit code 1.
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636