pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.66k stars 1.73k forks source link

inline annotations for datastructures #2974

Closed davidism closed 3 weeks ago

davidism commented 3 weeks ago

Removed the stub files, and redid the annotations inline. Addressed some mypy findings this affected in other places. As I was going through everything I did a bit of refactoring and took some notes as well:

fixes #2970

davidism commented 2 weeks ago

Going to roll back accepting Collection for iter_multi_items and __init__, back to (list, tuple) instead. It was also matching str, bytes, and other types that should be treated as single values. See #2994