-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Labels
topic-developerIssues relevant to mypy developersIssues relevant to mypy developers
Description
Typeshed just changed the name of the default branch from master to main python/typeshed#8956.
With the upcoming 1.0 release (#13685), I think it could make sense to do that for mypy, too.
Github does make it quite easy so we would likely only need to update a few references.
Besides that contributors would need to run these commands to update their local copy
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
AlexWaygood, aiven-anton, antonagestam, nikolaik, michael-k and 6 moredenballakh, rigilfanov, Redoubts and SaulTigh
Metadata
Metadata
Assignees
Labels
topic-developerIssues relevant to mypy developersIssues relevant to mypy developers