Python/.github
Andrew Grangaard 551c65766d
[Mypy] fix other/least_recently_used (#5814)
* makes LRUCache constructor concrete

* fixes bug in dq_removal in other/least_recently_used

+ deque.remove() operates by value not index

* [mypy] Annotates other/least_recently_used over generic type

+ clean-up: rename key_reference to match type.

* [mypy] updates example to demonstrate LRUCache with complex type

* Adds doctest to other/least_recently_used

* mypy.ini: Remove exclude = (other/least_recently_used.py)

* Various mypy configs

* Delete mypy.ini

* Add mypy to .pre-commit-config.yaml

* mypy --ignore-missing-imports --install-types --non-interactive .

* mypy v0.910

* Pillow=8.3.7

* Pillow==8.3.7

* Pillow==8.3.2

* Update .pre-commit-config.yaml

* Update requirements.txt

* Update pre-commit.yml

* --install-types  # See mirrors-mypy README.md

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-11-16 15:01:17 +01:00
..
workflows [Mypy] fix other/least_recently_used (#5814) 2021-11-16 15:01:17 +01:00
CODEOWNERS Update CODEOWNERS (#3280) 2020-10-14 11:05:17 +02:00
pull_request_template.md Fix pull request template (#5633) 2021-10-27 19:18:21 +02:00
stale.yml Update stalebot to take 5 actions per hour (#3922) 2020-11-25 13:23:49 +05:30