Skip to content

Commit fc50b4c

Browse files
pre-commit-ci[bot]github-actions
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8827)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.0](tox-dev/pyproject-fmt@0.11.2...0.12.0) * 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 7464e70 commit fc50b4c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
- id: black
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.4
29+
rev: v2.2.5
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "0.11.2"
36+
rev: "0.12.0"
3737
hooks:
3838
- id: pyproject-fmt
3939

DIRECTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@
486486
* [Test Linear Algebra](linear_algebra/src/test_linear_algebra.py)
487487
* [Transformations 2D](linear_algebra/src/transformations_2d.py)
488488

489+
## Linear Programming
490+
* [Simplex](linear_programming/simplex.py)
491+
489492
## Machine Learning
490493
* [Astar](machine_learning/astar.py)
491494
* [Data Transformations](machine_learning/data_transformations.py)

0 commit comments

Comments
 (0)