File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ repos:
26
26
- id : black
27
27
28
28
- repo : https://github.com/codespell-project/codespell
29
- rev : v2.2.4
29
+ rev : v2.2.5
30
30
hooks :
31
31
- id : codespell
32
32
additional_dependencies :
33
33
- tomli
34
34
35
35
- repo : https://github.com/tox-dev/pyproject-fmt
36
- rev : " 0.11.2 "
36
+ rev : " 0.12.0 "
37
37
hooks :
38
38
- id : pyproject-fmt
39
39
Original file line number Diff line number Diff line change 486
486
* [ Test Linear Algebra] ( linear_algebra/src/test_linear_algebra.py )
487
487
* [ Transformations 2D] ( linear_algebra/src/transformations_2d.py )
488
488
489
+ ## Linear Programming
490
+ * [ Simplex] ( linear_programming/simplex.py )
491
+
489
492
## Machine Learning
490
493
* [ Astar] ( machine_learning/astar.py )
491
494
* [ Data Transformations] ( machine_learning/data_transformations.py )
You can’t perform that action at this time.
0 commit comments