Skip to content

Commit 0ac97f3

Browse files
pre-commit-ci[bot]github-actions
and
github-actions
authored
[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](pre-commit/mirrors-mypy@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>
1 parent b860003 commit 0ac97f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
- id: validate-pyproject
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.7.0
54+
rev: v1.7.1
5555
hooks:
5656
- id: mypy
5757
args:

Diff for: DIRECTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -428,12 +428,16 @@
428428
* [Haversine Distance](geodesy/haversine_distance.py)
429429
* [Lamberts Ellipsoidal Distance](geodesy/lamberts_ellipsoidal_distance.py)
430430

431+
## Geometry
432+
* [Geometry](geometry/geometry.py)
433+
431434
## Graphics
432435
* [Bezier Curve](graphics/bezier_curve.py)
433436
* [Vector3 For 2D Rendering](graphics/vector3_for_2d_rendering.py)
434437

435438
## Graphs
436439
* [A Star](graphs/a_star.py)
440+
* [Ant Colony Optimization Algorithms](graphs/ant_colony_optimization_algorithms.py)
437441
* [Articulation Points](graphs/articulation_points.py)
438442
* [Basic Graphs](graphs/basic_graphs.py)
439443
* [Bellman Ford](graphs/bellman_ford.py)
@@ -718,6 +722,7 @@
718722
* [Sock Merchant](maths/sock_merchant.py)
719723
* [Softmax](maths/softmax.py)
720724
* [Solovay Strassen Primality Test](maths/solovay_strassen_primality_test.py)
725+
* [Spearman Rank Correlation Coefficient](maths/spearman_rank_correlation_coefficient.py)
721726
* Special Numbers
722727
* [Armstrong Numbers](maths/special_numbers/armstrong_numbers.py)
723728
* [Automorphic Number](maths/special_numbers/automorphic_number.py)

0 commit comments

Comments
 (0)