[ty] Update mypy_primer (#20433)

## Summary

Revert the materialize-changes, see
https://github.com/hauntsaninja/mypy_primer/pull/208

## Test Plan

CI
This commit is contained in:
David Peter 2025-09-17 09:51:48 +02:00 committed by GitHub
parent 99ec4d2c69
commit ffd650e5fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -63,6 +63,7 @@ koda-validate
kopf kopf
kornia kornia
manticore manticore
materialize
meson meson
mitmproxy mitmproxy
mkdocs mkdocs

View file

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