Skip to content

Commit 0a3433e

Browse files
pre-commit-ci[bot]github-actions
and
github-actions
authored
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#6940)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982) * updating DIRECTORY.md Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 51dba4d commit 0a3433e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: requirements-txt-fixer
1515

1616
- repo: https://github.com/psf/black
17-
rev: 22.8.0
17+
rev: 22.10.0
1818
hooks:
1919
- id: black
2020

@@ -26,7 +26,7 @@ repos:
2626
- --profile=black
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.38.2
29+
rev: v3.0.0
3030
hooks:
3131
- id: pyupgrade
3232
args:
@@ -42,7 +42,7 @@ repos:
4242
- --max-line-length=88
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.981
45+
rev: v0.982
4646
hooks:
4747
- id: mypy
4848
args:

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@
927927
## Scheduling
928928
* [First Come First Served](scheduling/first_come_first_served.py)
929929
* [Highest Response Ratio Next](scheduling/highest_response_ratio_next.py)
930+
* [Job Sequencing With Deadline](scheduling/job_sequencing_with_deadline.py)
930931
* [Multi Level Feedback Queue](scheduling/multi_level_feedback_queue.py)
931932
* [Non Preemptive Shortest Job First](scheduling/non_preemptive_shortest_job_first.py)
932933
* [Round Robin](scheduling/round_robin.py)

0 commit comments

Comments
 (0)