Skip to content

Added README and CPU Scheduling Interface #16293

Added README and CPU Scheduling Interface

Added README and CPU Scheduling Interface #16293

Triggered via pull request November 4, 2025 18:07
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (E501): scheduling/cpu_scheduling_interface.py#L332
scheduling/cpu_scheduling_interface.py:332:89: E501 Line too long (109 > 88)
Ruff (PIE808): scheduling/cpu_scheduling_interface.py#L310
scheduling/cpu_scheduling_interface.py:310:42: PIE808 Unnecessary `start` argument in `range`
Ruff (RUF059): scheduling/cpu_scheduling_interface.py#L299
scheduling/cpu_scheduling_interface.py:299:13: RUF059 Unpacked variable `t` is never used
Ruff (PLR1730): scheduling/cpu_scheduling_interface.py#L41
scheduling/cpu_scheduling_interface.py:41:13: PLR1730 Replace `if` statement with `t = max(t, p["arrival"])`
Ruff (E401): scheduling/cpu_scheduling_interface.py#L5
scheduling/cpu_scheduling_interface.py:5:1: E401 Multiple imports on one line
Ruff (I001): scheduling/cpu_scheduling_interface.py#L1
scheduling/cpu_scheduling_interface.py:1:1: I001 Import block is un-sorted or un-formatted