File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 51
51
- id : validate-pyproject
52
52
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.7.0
54
+ rev : v1.7.1
55
55
hooks :
56
56
- id : mypy
57
57
args :
Original file line number Diff line number Diff line change 428
428
* [ Haversine Distance] ( geodesy/haversine_distance.py )
429
429
* [ Lamberts Ellipsoidal Distance] ( geodesy/lamberts_ellipsoidal_distance.py )
430
430
431
+ ## Geometry
432
+ * [ Geometry] ( geometry/geometry.py )
433
+
431
434
## Graphics
432
435
* [ Bezier Curve] ( graphics/bezier_curve.py )
433
436
* [ Vector3 For 2D Rendering] ( graphics/vector3_for_2d_rendering.py )
434
437
435
438
## Graphs
436
439
* [ A Star] ( graphs/a_star.py )
440
+ * [ Ant Colony Optimization Algorithms] ( graphs/ant_colony_optimization_algorithms.py )
437
441
* [ Articulation Points] ( graphs/articulation_points.py )
438
442
* [ Basic Graphs] ( graphs/basic_graphs.py )
439
443
* [ Bellman Ford] ( graphs/bellman_ford.py )
718
722
* [ Sock Merchant] ( maths/sock_merchant.py )
719
723
* [ Softmax] ( maths/softmax.py )
720
724
* [ Solovay Strassen Primality Test] ( maths/solovay_strassen_primality_test.py )
725
+ * [ Spearman Rank Correlation Coefficient] ( maths/spearman_rank_correlation_coefficient.py )
721
726
* Special Numbers
722
727
* [ Armstrong Numbers] ( maths/special_numbers/armstrong_numbers.py )
723
728
* [ Automorphic Number] ( maths/special_numbers/automorphic_number.py )
You can’t perform that action at this time.
0 commit comments