mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
[pre-commit.ci] pre-commit autoupdate (#7983)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](https://github.com/pre-commit/mirrors-mypy/compare/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>
This commit is contained in:
parent
8bfd1c844b
commit
0684ccdd69
|
@ -27,11 +27,11 @@ repos:
|
|||
- --profile=black
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.2.0
|
||||
rev: v3.2.2
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args:
|
||||
- --py310-plus
|
||||
- --py311-plus
|
||||
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 5.0.4
|
||||
|
@ -52,7 +52,7 @@ repos:
|
|||
*flake8-plugins
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.982
|
||||
rev: v0.991
|
||||
hooks:
|
||||
- id: mypy
|
||||
args:
|
||||
|
|
|
@ -509,6 +509,7 @@
|
|||
* [Area](maths/area.py)
|
||||
* [Area Under Curve](maths/area_under_curve.py)
|
||||
* [Armstrong Numbers](maths/armstrong_numbers.py)
|
||||
* [Automorphic Number](maths/automorphic_number.py)
|
||||
* [Average Absolute Deviation](maths/average_absolute_deviation.py)
|
||||
* [Average Mean](maths/average_mean.py)
|
||||
* [Average Median](maths/average_median.py)
|
||||
|
@ -603,6 +604,7 @@
|
|||
* [Prime Sieve Eratosthenes](maths/prime_sieve_eratosthenes.py)
|
||||
* [Primelib](maths/primelib.py)
|
||||
* [Print Multiplication Table](maths/print_multiplication_table.py)
|
||||
* [Pronic Number](maths/pronic_number.py)
|
||||
* [Proth Number](maths/proth_number.py)
|
||||
* [Pythagoras](maths/pythagoras.py)
|
||||
* [Qr Decomposition](maths/qr_decomposition.py)
|
||||
|
@ -638,6 +640,7 @@
|
|||
* [Test Prime Check](maths/test_prime_check.py)
|
||||
* [Trapezoidal Rule](maths/trapezoidal_rule.py)
|
||||
* [Triplet Sum](maths/triplet_sum.py)
|
||||
* [Twin Prime](maths/twin_prime.py)
|
||||
* [Two Pointer](maths/two_pointer.py)
|
||||
* [Two Sum](maths/two_sum.py)
|
||||
* [Ugly Numbers](maths/ugly_numbers.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user