File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ repos:
27
27
- --profile=black
28
28
29
29
- repo : https://github.com/asottile/pyupgrade
30
- rev : v3.2.0
30
+ rev : v3.2.2
31
31
hooks :
32
32
- id : pyupgrade
33
33
args :
34
- - --py310 -plus
34
+ - --py311 -plus
35
35
36
36
- repo : https://github.com/PyCQA/flake8
37
37
rev : 5.0.4
52
52
*flake8-plugins
53
53
54
54
- repo : https://github.com/pre-commit/mirrors-mypy
55
- rev : v0.982
55
+ rev : v0.991
56
56
hooks :
57
57
- id : mypy
58
58
args :
Original file line number Diff line number Diff line change 509
509
* [ Area] ( maths/area.py )
510
510
* [ Area Under Curve] ( maths/area_under_curve.py )
511
511
* [ Armstrong Numbers] ( maths/armstrong_numbers.py )
512
+ * [ Automorphic Number] ( maths/automorphic_number.py )
512
513
* [ Average Absolute Deviation] ( maths/average_absolute_deviation.py )
513
514
* [ Average Mean] ( maths/average_mean.py )
514
515
* [ Average Median] ( maths/average_median.py )
603
604
* [ Prime Sieve Eratosthenes] ( maths/prime_sieve_eratosthenes.py )
604
605
* [ Primelib] ( maths/primelib.py )
605
606
* [ Print Multiplication Table] ( maths/print_multiplication_table.py )
607
+ * [ Pronic Number] ( maths/pronic_number.py )
606
608
* [ Proth Number] ( maths/proth_number.py )
607
609
* [ Pythagoras] ( maths/pythagoras.py )
608
610
* [ Qr Decomposition] ( maths/qr_decomposition.py )
638
640
* [ Test Prime Check] ( maths/test_prime_check.py )
639
641
* [ Trapezoidal Rule] ( maths/trapezoidal_rule.py )
640
642
* [ Triplet Sum] ( maths/triplet_sum.py )
643
+ * [ Twin Prime] ( maths/twin_prime.py )
641
644
* [ Two Pointer] ( maths/two_pointer.py )
642
645
* [ Two Sum] ( maths/two_sum.py )
643
646
* [ Ugly Numbers] ( maths/ugly_numbers.py )
You can’t perform that action at this time.
0 commit comments