mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-12-18 09:10:16 +00:00
[pre-commit.ci] pre-commit autoupdate (#7920)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0) * updating 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>
This commit is contained in:
parent
21601a4070
commit
6cd7c49525
|
@ -27,7 +27,7 @@ repos:
|
||||||
- --profile=black
|
- --profile=black
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.1.0
|
rev: v3.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -238,6 +238,7 @@
|
||||||
* [Stack With Singly Linked List](data_structures/stacks/stack_with_singly_linked_list.py)
|
* [Stack With Singly Linked List](data_structures/stacks/stack_with_singly_linked_list.py)
|
||||||
* [Stock Span Problem](data_structures/stacks/stock_span_problem.py)
|
* [Stock Span Problem](data_structures/stacks/stock_span_problem.py)
|
||||||
* Trie
|
* Trie
|
||||||
|
* [Radix Tree](data_structures/trie/radix_tree.py)
|
||||||
* [Trie](data_structures/trie/trie.py)
|
* [Trie](data_structures/trie/trie.py)
|
||||||
|
|
||||||
## Digital Image Processing
|
## Digital Image Processing
|
||||||
|
@ -526,6 +527,7 @@
|
||||||
* [Collatz Sequence](maths/collatz_sequence.py)
|
* [Collatz Sequence](maths/collatz_sequence.py)
|
||||||
* [Combinations](maths/combinations.py)
|
* [Combinations](maths/combinations.py)
|
||||||
* [Decimal Isolate](maths/decimal_isolate.py)
|
* [Decimal Isolate](maths/decimal_isolate.py)
|
||||||
|
* [Dodecahedron](maths/dodecahedron.py)
|
||||||
* [Double Factorial Iterative](maths/double_factorial_iterative.py)
|
* [Double Factorial Iterative](maths/double_factorial_iterative.py)
|
||||||
* [Double Factorial Recursive](maths/double_factorial_recursive.py)
|
* [Double Factorial Recursive](maths/double_factorial_recursive.py)
|
||||||
* [Entropy](maths/entropy.py)
|
* [Entropy](maths/entropy.py)
|
||||||
|
@ -994,6 +996,7 @@
|
||||||
* [Deutsch Jozsa](quantum/deutsch_jozsa.py)
|
* [Deutsch Jozsa](quantum/deutsch_jozsa.py)
|
||||||
* [Half Adder](quantum/half_adder.py)
|
* [Half Adder](quantum/half_adder.py)
|
||||||
* [Not Gate](quantum/not_gate.py)
|
* [Not Gate](quantum/not_gate.py)
|
||||||
|
* [Q Fourier Transform](quantum/q_fourier_transform.py)
|
||||||
* [Q Full Adder](quantum/q_full_adder.py)
|
* [Q Full Adder](quantum/q_full_adder.py)
|
||||||
* [Quantum Entanglement](quantum/quantum_entanglement.py)
|
* [Quantum Entanglement](quantum/quantum_entanglement.py)
|
||||||
* [Quantum Teleportation](quantum/quantum_teleportation.py)
|
* [Quantum Teleportation](quantum/quantum_teleportation.py)
|
||||||
|
@ -1129,6 +1132,7 @@
|
||||||
|
|
||||||
## Web Programming
|
## Web Programming
|
||||||
* [Co2 Emission](web_programming/co2_emission.py)
|
* [Co2 Emission](web_programming/co2_emission.py)
|
||||||
|
* [Convert Number To Words](web_programming/convert_number_to_words.py)
|
||||||
* [Covid Stats Via Xpath](web_programming/covid_stats_via_xpath.py)
|
* [Covid Stats Via Xpath](web_programming/covid_stats_via_xpath.py)
|
||||||
* [Crawl Google Results](web_programming/crawl_google_results.py)
|
* [Crawl Google Results](web_programming/crawl_google_results.py)
|
||||||
* [Crawl Google Scholar Citation](web_programming/crawl_google_scholar_citation.py)
|
* [Crawl Google Scholar Citation](web_programming/crawl_google_scholar_citation.py)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user