Skip to content

Returning linters #1244

Returning linters

Returning linters #1244

Triggered via pull request January 21, 2025 18:51
Status Failure
Total duration 26s
Artifacts

ruff.yml

on: pull_request
Matrix: ruff
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Ruff (F841): tests/test_utils.py#L321
tests/test_utils.py:321:47: F841 Local variable `monitored_values` is assigned to but never used
Ruff (E501): vllm/attention/backends/rocm_flash_attn.py#L684
vllm/attention/backends/rocm_flash_attn.py:684:81: E501 Line too long (81 > 80)
Ruff (E501): vllm/attention/backends/rocm_flash_attn.py#L685
vllm/attention/backends/rocm_flash_attn.py:685:81: E501 Line too long (84 > 80)
Ruff (E501): vllm/attention/backends/rocm_flash_attn.py#L687
vllm/attention/backends/rocm_flash_attn.py:687:81: E501 Line too long (82 > 80)
ruff (3.12)
Process completed with exit code 1.
ruff (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636