From ffd650e5fdbd8458065670083ade0316e656b673 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 17 Sep 2025 09:51:48 +0200 Subject: [PATCH] [ty] Update mypy_primer (#20433) ## Summary Revert the materialize-changes, see https://github.com/hauntsaninja/mypy_primer/pull/208 ## Test Plan CI --- crates/ty_python_semantic/resources/primer/good.txt | 1 + scripts/mypy_primer.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/ty_python_semantic/resources/primer/good.txt b/crates/ty_python_semantic/resources/primer/good.txt index fe94817f78..a6af233307 100644 --- a/crates/ty_python_semantic/resources/primer/good.txt +++ b/crates/ty_python_semantic/resources/primer/good.txt @@ -63,6 +63,7 @@ koda-validate kopf kornia manticore +materialize meson mitmproxy mkdocs diff --git a/scripts/mypy_primer.sh b/scripts/mypy_primer.sh index 9020b93c6e..7febcf807e 100755 --- a/scripts/mypy_primer.sh +++ b/scripts/mypy_primer.sh @@ -20,7 +20,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@06849fda409cbdc3233c8125a2cf9881bb9447a6" \ + --from="git+https://github.com/hauntsaninja/mypy_primer@25a87147434a0f0588cfb7ce6e82e5e9aaccc59e" \ mypy_primer \ --repo ruff \ --type-checker ty \