diff --git a/crates/ty_python_semantic/resources/primer/good.txt b/crates/ty_python_semantic/resources/primer/good.txt index aa5fbdfe60..0271a5a46d 100644 --- a/crates/ty_python_semantic/resources/primer/good.txt +++ b/crates/ty_python_semantic/resources/primer/good.txt @@ -3,7 +3,6 @@ DateType Expression PyGithub PyWinCtl -SinbadCogs Tanjun aiohttp aiohttp-devtools @@ -40,6 +39,7 @@ dd-trace-py dedupe discord.py django-stubs +django-test-migrations downforeveryone dragonchain dulwich diff --git a/scripts/mypy_primer.sh b/scripts/mypy_primer.sh index 945a258ef9..97d3c0bdc7 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@0ee3d6330addd5270a50759a6b6f13b2627a423b" \ + --from="git+https://github.com/hauntsaninja/mypy_primer@1dcfa196e82a25bcc839a44d2a6d17953859f6ed" \ mypy_primer \ --repo ruff \ --type-checker ty \