From 0e83af0b80ca06b128bccf1d16f8312f13eb89dd Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 24 Sep 2025 20:45:47 +0100 Subject: [PATCH] Bump mypy_primer pin (#20558) --- scripts/mypy_primer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mypy_primer.sh b/scripts/mypy_primer.sh index 84c4153c61..945a258ef9 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@0d20fff78b67f11f4dcbeb3d9b1c645b7198db5e" \ + --from="git+https://github.com/hauntsaninja/mypy_primer@0ee3d6330addd5270a50759a6b6f13b2627a423b" \ mypy_primer \ --repo ruff \ --type-checker ty \