Python/scheduling
Dhruv acaeb22bbd
Add GitHub action for pre-commit (#2515)
* Add GitHub action file for pre-commit

* Fix errors exposed by pre-commit hook:

- Remove executable bit from files without shebang. I checked those
  file and it was not needed.
- Fix with black

* Apply suggestions from code review

Co-authored-by: Christian Clauss <cclauss@me.com>

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-09-30 15:23:34 +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 from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
round_robin.py Add GitHub action for pre-commit (#2515) 2020-09-30 15:23:34 +02:00
shortest_job_first.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00