Skip to content

CPU Scheduling Interface #16367

CPU Scheduling Interface

CPU Scheduling Interface #16367

Triggered via pull request November 7, 2025 18:39
@shashwat-126shashwat-126
synchronize #13871
master
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): scheduling/cpu_scheduling_interface.py#L110
scheduling/cpu_scheduling_interface.py:110:89: E501 Line too long (110 > 88)
Ruff (E501): scheduling/cpu_scheduling_interface.py#L104
scheduling/cpu_scheduling_interface.py:104:89: E501 Line too long (90 > 88)
Ruff (UP043): scheduling/cpu_scheduling_interface.py#L104
scheduling/cpu_scheduling_interface.py:104:34: UP043 Unnecessary default type arguments
Ruff (E501): scheduling/cpu_scheduling_interface.py#L90
scheduling/cpu_scheduling_interface.py:90:89: E501 Line too long (113 > 88)
Ruff (E501): scheduling/cpu_scheduling_interface.py#L77
scheduling/cpu_scheduling_interface.py:77:89: E501 Line too long (91 > 88)
Ruff (UP043): scheduling/cpu_scheduling_interface.py#L77
scheduling/cpu_scheduling_interface.py:77:35: UP043 Unnecessary default type arguments
Ruff (UP043): scheduling/cpu_scheduling_interface.py#L57
scheduling/cpu_scheduling_interface.py:57:33: UP043 Unnecessary default type arguments
Ruff (UP043): scheduling/cpu_scheduling_interface.py#L32
scheduling/cpu_scheduling_interface.py:32:27: UP043 Unnecessary default type arguments
Ruff (UP035): scheduling/cpu_scheduling_interface.py#L9
scheduling/cpu_scheduling_interface.py:9:1: UP035 Import from `collections.abc` instead: `Generator`
Ruff (I001): scheduling/cpu_scheduling_interface.py#L1
scheduling/cpu_scheduling_interface.py:1:1: I001 Import block is un-sorted or un-formatted