[ty] Upgrade mypy_primer (#19207)

This commit is contained in:
Alex Waygood 2025-07-08 15:56:54 +01:00 committed by GitHub
parent 3ee3434187
commit 7533a0bfdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -20,3 +20,4 @@ spack # slow, success, but mypy-primer hangs processing the output
spark # too many iterations
steam.py # hangs (single threaded)
xarray # too many iterations
zope.interface # https://github.com/astral-sh/ty/issues/764

View file

@ -1,4 +1,5 @@
AutoSplit
DateType
Expression
PyGithub
PyWinCtl

View file

@ -19,7 +19,7 @@ cd ..
echo "Project selector: $PRIMER_SELECTOR"
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
uvx \
--from="git+https://github.com/hauntsaninja/mypy_primer@e5f55447969d33ae3c7ccdb183e2a37101867270" \
--from="git+https://github.com/hauntsaninja/mypy_primer@59509d48de6da6aaa4e3a2f5e338769bc471f2d7" \
mypy_primer \
--repo ruff \
--type-checker ty \