Skip to content

Commit bae33ac

Browse files
[pre-commit.ci] pre-commit autoupdate (#12507)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) * updating DIRECTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
1 parent 12b1023 commit bae33ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.8.4
19+
rev: v0.8.6
2020
hooks:
2121
- id: ruff
2222
- id: ruff-format
@@ -47,7 +47,7 @@ repos:
4747
- id: validate-pyproject
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.14.0
50+
rev: v1.14.1
5151
hooks:
5252
- id: mypy
5353
args:

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@
462462

463463
## Graphics
464464
* [Bezier Curve](graphics/bezier_curve.py)
465+
* [Digital Differential Analyzer Line](graphics/digital_differential_analyzer_line.py)
465466
* [Vector3 For 2D Rendering](graphics/vector3_for_2d_rendering.py)
466467

467468
## Graphs
@@ -663,6 +664,7 @@
663664
* [Gamma](maths/gamma.py)
664665
* [Gaussian](maths/gaussian.py)
665666
* [Gcd Of N Numbers](maths/gcd_of_n_numbers.py)
667+
* [Geometric Mean](maths/geometric_mean.py)
666668
* [Germain Primes](maths/germain_primes.py)
667669
* [Greatest Common Divisor](maths/greatest_common_divisor.py)
668670
* [Hardy Ramanujanalgo](maths/hardy_ramanujanalgo.py)

0 commit comments

Comments
 (0)