mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Cleanup reference to master branch

Open cdce8p opened this issue 2 years ago • 5 comments

Followup to #15310

Note This should only be merged after the branch was renamed.

Cleanup references to master branch and replace them with main. This also updates the sync-typeshed script to use the correct base when creating a new PR.

Fixes #13985

cdce8p avatar May 26 '23 10:05 cdce8p

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar May 26 '23 10:05 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar May 30 '23 19:05 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 08 '23 12:07 github-actions[bot]

Diff from mypy_primer, showing the effect of this PR on open source code:

discord.py (https://github.com/Rapptz/discord.py): typechecking got 1.07x slower (177.1s -> 190.0s)
(Performance measurements are based on a single noisy sample)

github-actions[bot] avatar Nov 11 '23 22:11 github-actions[bot]