Skip to content

Commit 0684ccd

Browse files
pre-commit-ci[bot]github-actionscclauss
authored
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#7983)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990) * updating DIRECTORY.md * Update .pre-commit-config.yaml * Downgrade to mypy v0.991 --> v0.990 * mpyp v0.991 * Update 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> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 8bfd1c8 commit 0684ccd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ repos:
2727
- --profile=black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.2.0
30+
rev: v3.2.2
3131
hooks:
3232
- id: pyupgrade
3333
args:
34-
- --py310-plus
34+
- --py311-plus
3535

3636
- repo: https://github.com/PyCQA/flake8
3737
rev: 5.0.4
@@ -52,7 +52,7 @@ repos:
5252
*flake8-plugins
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v0.982
55+
rev: v0.991
5656
hooks:
5757
- id: mypy
5858
args:

DIRECTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@
509509
* [Area](maths/area.py)
510510
* [Area Under Curve](maths/area_under_curve.py)
511511
* [Armstrong Numbers](maths/armstrong_numbers.py)
512+
* [Automorphic Number](maths/automorphic_number.py)
512513
* [Average Absolute Deviation](maths/average_absolute_deviation.py)
513514
* [Average Mean](maths/average_mean.py)
514515
* [Average Median](maths/average_median.py)
@@ -603,6 +604,7 @@
603604
* [Prime Sieve Eratosthenes](maths/prime_sieve_eratosthenes.py)
604605
* [Primelib](maths/primelib.py)
605606
* [Print Multiplication Table](maths/print_multiplication_table.py)
607+
* [Pronic Number](maths/pronic_number.py)
606608
* [Proth Number](maths/proth_number.py)
607609
* [Pythagoras](maths/pythagoras.py)
608610
* [Qr Decomposition](maths/qr_decomposition.py)
@@ -638,6 +640,7 @@
638640
* [Test Prime Check](maths/test_prime_check.py)
639641
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
640642
* [Triplet Sum](maths/triplet_sum.py)
643+
* [Twin Prime](maths/twin_prime.py)
641644
* [Two Pointer](maths/two_pointer.py)
642645
* [Two Sum](maths/two_sum.py)
643646
* [Ugly Numbers](maths/ugly_numbers.py)

0 commit comments

Comments
 (0)