mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
[pre-commit.ci] pre-commit autoupdate (#8827)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.0](https://github.com/tox-dev/pyproject-fmt/compare/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>
This commit is contained in:
parent
ea6c6056cf
commit
0dee4a402c
|
@ -26,14 +26,14 @@ repos:
|
|||
- id: black
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.4
|
||||
rev: v2.2.5
|
||||
hooks:
|
||||
- id: codespell
|
||||
additional_dependencies:
|
||||
- tomli
|
||||
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: "0.11.2"
|
||||
rev: "0.12.0"
|
||||
hooks:
|
||||
- id: pyproject-fmt
|
||||
|
||||
|
|
|
@ -486,6 +486,9 @@
|
|||
* [Test Linear Algebra](linear_algebra/src/test_linear_algebra.py)
|
||||
* [Transformations 2D](linear_algebra/src/transformations_2d.py)
|
||||
|
||||
## Linear Programming
|
||||
* [Simplex](linear_programming/simplex.py)
|
||||
|
||||
## Machine Learning
|
||||
* [Astar](machine_learning/astar.py)
|
||||
* [Data Transformations](machine_learning/data_transformations.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user