File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.8.4
19
+ rev : v0.8.6
20
20
hooks :
21
21
- id : ruff
22
22
- id : ruff-format
47
47
- id : validate-pyproject
48
48
49
49
- repo : https://github.com/pre-commit/mirrors-mypy
50
- rev : v1.14.0
50
+ rev : v1.14.1
51
51
hooks :
52
52
- id : mypy
53
53
args :
Original file line number Diff line number Diff line change 462
462
463
463
## Graphics
464
464
* [ Bezier Curve] ( graphics/bezier_curve.py )
465
+ * [ Digital Differential Analyzer Line] ( graphics/digital_differential_analyzer_line.py )
465
466
* [ Vector3 For 2D Rendering] ( graphics/vector3_for_2d_rendering.py )
466
467
467
468
## Graphs
663
664
* [ Gamma] ( maths/gamma.py )
664
665
* [ Gaussian] ( maths/gaussian.py )
665
666
* [ Gcd Of N Numbers] ( maths/gcd_of_n_numbers.py )
667
+ * [ Geometric Mean] ( maths/geometric_mean.py )
666
668
* [ Germain Primes] ( maths/germain_primes.py )
667
669
* [ Greatest Common Divisor] ( maths/greatest_common_divisor.py )
668
670
* [ Hardy Ramanujanalgo] ( maths/hardy_ramanujanalgo.py )
You can’t perform that action at this time.
0 commit comments