You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Our vendored copy of typeshed is very old and should get updated. Other than general fixes and improvements, there have been some additions/tweaks to the third_party directory which would likely benefit users of libraries like flask or requests.
Additionally, our typeshed updating script should write out the git hash of what version we have so we can keep track of what is checked out.
The script could be changed to do:
NEW: Grab the latest master hash from the repo.
Download the zip archive for that hash (instead of grabbing master and then asking for the version).
Extract the archive.
NEW: Mark the directory and its contents as read-only.
NEW: Write the hash out to a file, like version.txt or something.