[ty] mypy_primer: fix static-frame setup (#18103)

## Summary

Pull in https://github.com/hauntsaninja/mypy_primer/pull/169
This commit is contained in:
David Peter 2025-05-14 20:23:53 +02:00 committed by GitHub
parent 030a16cb5f
commit 2a217e80ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ jobs:
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@4b15cf3b07db69db67bbfaebfffb2a8a28040933" \
--from="git+https://github.com/hauntsaninja/mypy_primer@968b2b61c05f84462d6fcc78d2f5205bbb8b98c2" \
mypy_primer \
--repo ruff \
--type-checker ty \