mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-17 06:48:09 +00:00
Fix pre-commit.ci: additional_dependencies: [types-requests] (#6559)
* Fix pre-commit.ci: additional_dependencies: [types-requests==2.28.11] * updating DIRECTORY.md * Update .pre-commit-config.yaml * additional_dependencies: [types-requests] Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
parent
f42b2b8dff
commit
3d33b36e92
|
@ -49,6 +49,7 @@ repos:
|
|||
- --ignore-missing-imports
|
||||
- --install-types # See mirrors-mypy README.md
|
||||
- --non-interactive
|
||||
additional_dependencies: [types-requests]
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.1.0
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* [Newton Forward Interpolation](arithmetic_analysis/newton_forward_interpolation.py)
|
||||
* [Newton Method](arithmetic_analysis/newton_method.py)
|
||||
* [Newton Raphson](arithmetic_analysis/newton_raphson.py)
|
||||
* [Newton Raphson New](arithmetic_analysis/newton_raphson_new.py)
|
||||
* [Secant Method](arithmetic_analysis/secant_method.py)
|
||||
|
||||
## Audio Filters
|
||||
|
@ -107,6 +108,7 @@
|
|||
* [Lempel Ziv](compression/lempel_ziv.py)
|
||||
* [Lempel Ziv Decompress](compression/lempel_ziv_decompress.py)
|
||||
* [Peak Signal To Noise Ratio](compression/peak_signal_to_noise_ratio.py)
|
||||
* [Run Length Encoding](compression/run_length_encoding.py)
|
||||
|
||||
## Computer Vision
|
||||
* [Cnn Classification](computer_vision/cnn_classification.py)
|
||||
|
@ -621,6 +623,7 @@
|
|||
* [Linear Congruential Generator](other/linear_congruential_generator.py)
|
||||
* [Lru Cache](other/lru_cache.py)
|
||||
* [Magicdiamondpattern](other/magicdiamondpattern.py)
|
||||
* [Maximum Subarray](other/maximum_subarray.py)
|
||||
* [Nested Brackets](other/nested_brackets.py)
|
||||
* [Password Generator](other/password_generator.py)
|
||||
* [Scoring Algorithm](other/scoring_algorithm.py)
|
||||
|
@ -1053,6 +1056,7 @@
|
|||
* [Fetch Bbc News](web_programming/fetch_bbc_news.py)
|
||||
* [Fetch Github Info](web_programming/fetch_github_info.py)
|
||||
* [Fetch Jobs](web_programming/fetch_jobs.py)
|
||||
* [Fetch Quotes](web_programming/fetch_quotes.py)
|
||||
* [Fetch Well Rx Price](web_programming/fetch_well_rx_price.py)
|
||||
* [Get Imdb Top 250 Movies Csv](web_programming/get_imdb_top_250_movies_csv.py)
|
||||
* [Get Imdbtop](web_programming/get_imdbtop.py)
|
||||
|
|
Loading…
Reference in New Issue
Block a user