Python/scheduling
Maxim Smolskiy e3fa014a5a
Fix ruff (#11527)
* updating DIRECTORY.md

* Fix ruff

* Fix

* Fix

* Fix

* Revert "Fix"

This reverts commit 5bc3bf3422.

* find_max.py: noqa: PLR1730

---------

Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-08-25 17:33:11 +02:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
first_come_first_served.py Misc fixes across multiple algorithms (#6912) 2022-10-16 10:55:38 +05:30
highest_response_ratio_next.py Fix ruff (#11527) 2024-08-25 17:33:11 +02:00
job_sequence_with_deadline.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
job_sequencing_with_deadline.py Enable ruff ARG001 rule (#11321) 2024-03-20 15:00:17 +01:00
multi_level_feedback_queue.py Misc fixes across multiple algorithms (#6912) 2022-10-16 10:55:38 +05:30
non_preemptive_shortest_job_first.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
round_robin.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
shortest_job_first.py Fix ruff (#11527) 2024-08-25 17:33:11 +02:00