mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
[pre-commit.ci] pre-commit autoupdate (#11184)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.7.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.0...v1.7.1) * 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
b860003576
commit
0ac97f359f
|
@ -51,7 +51,7 @@ repos:
|
|||
- id: validate-pyproject
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.7.0
|
||||
rev: v1.7.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
args:
|
||||
|
|
|
@ -428,12 +428,16 @@
|
|||
* [Haversine Distance](geodesy/haversine_distance.py)
|
||||
* [Lamberts Ellipsoidal Distance](geodesy/lamberts_ellipsoidal_distance.py)
|
||||
|
||||
## Geometry
|
||||
* [Geometry](geometry/geometry.py)
|
||||
|
||||
## Graphics
|
||||
* [Bezier Curve](graphics/bezier_curve.py)
|
||||
* [Vector3 For 2D Rendering](graphics/vector3_for_2d_rendering.py)
|
||||
|
||||
## Graphs
|
||||
* [A Star](graphs/a_star.py)
|
||||
* [Ant Colony Optimization Algorithms](graphs/ant_colony_optimization_algorithms.py)
|
||||
* [Articulation Points](graphs/articulation_points.py)
|
||||
* [Basic Graphs](graphs/basic_graphs.py)
|
||||
* [Bellman Ford](graphs/bellman_ford.py)
|
||||
|
@ -718,6 +722,7 @@
|
|||
* [Sock Merchant](maths/sock_merchant.py)
|
||||
* [Softmax](maths/softmax.py)
|
||||
* [Solovay Strassen Primality Test](maths/solovay_strassen_primality_test.py)
|
||||
* [Spearman Rank Correlation Coefficient](maths/spearman_rank_correlation_coefficient.py)
|
||||
* Special Numbers
|
||||
* [Armstrong Numbers](maths/special_numbers/armstrong_numbers.py)
|
||||
* [Automorphic Number](maths/special_numbers/automorphic_number.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user