CPU Scheduling Interface #16364
Annotations
10 errors
|
Ruff (E501):
scheduling/cpu_scheduling_interface.py#L398
scheduling/cpu_scheduling_interface.py:398:89: E501 Line too long (109 > 88)
|
|
Ruff (UP043):
scheduling/cpu_scheduling_interface.py#L188
scheduling/cpu_scheduling_interface.py:188:31: UP043 Unnecessary default type arguments
|
|
Ruff (UP043):
scheduling/cpu_scheduling_interface.py#L164
scheduling/cpu_scheduling_interface.py:164:10: UP043 Unnecessary default type arguments
|
|
Ruff (UP043):
scheduling/cpu_scheduling_interface.py#L139
scheduling/cpu_scheduling_interface.py:139:10: UP043 Unnecessary default type arguments
|
|
Ruff (UP043):
scheduling/cpu_scheduling_interface.py#L112
scheduling/cpu_scheduling_interface.py:112:10: UP043 Unnecessary default type arguments
|
|
Ruff (UP043):
scheduling/cpu_scheduling_interface.py#L79
scheduling/cpu_scheduling_interface.py:79:10: 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
|