File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
- id : requirements-txt-fixer
15
15
16
16
- repo : https://github.com/psf/black
17
- rev : 22.8 .0
17
+ rev : 22.10 .0
18
18
hooks :
19
19
- id : black
20
20
26
26
- --profile=black
27
27
28
28
- repo : https://github.com/asottile/pyupgrade
29
- rev : v2.38.2
29
+ rev : v3.0.0
30
30
hooks :
31
31
- id : pyupgrade
32
32
args :
42
42
- --max-line-length=88
43
43
44
44
- repo : https://github.com/pre-commit/mirrors-mypy
45
- rev : v0.981
45
+ rev : v0.982
46
46
hooks :
47
47
- id : mypy
48
48
args :
Original file line number Diff line number Diff line change 927
927
## Scheduling
928
928
* [ First Come First Served] ( scheduling/first_come_first_served.py )
929
929
* [ Highest Response Ratio Next] ( scheduling/highest_response_ratio_next.py )
930
+ * [ Job Sequencing With Deadline] ( scheduling/job_sequencing_with_deadline.py )
930
931
* [ Multi Level Feedback Queue] ( scheduling/multi_level_feedback_queue.py )
931
932
* [ Non Preemptive Shortest Job First] ( scheduling/non_preemptive_shortest_job_first.py )
932
933
* [ Round Robin] ( scheduling/round_robin.py )
You can’t perform that action at this time.
0 commit comments