[ty] Update mypy_primer, add egglog-python project (#20078)

Now that https://github.com/astral-sh/ruff/pull/20263 is merged, we can
update mypy_primer and add the new `egglog-python` project to
`good.txt`. The ecosystem-analyzer run shows that we now add 1,356
diagnostics (where we had over 5,000 previously, due to the unsupported
project layout).
This commit is contained in:
David Peter 2025-09-05 14:17:07 +02:00 committed by GitHub
parent 7ee863b6d7
commit fdfb51b595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ django-stubs
downforeveryone downforeveryone
dragonchain dragonchain
dulwich dulwich
egglog-python
flake8 flake8
flake8-pyi flake8-pyi
freqtrade freqtrade

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@a3798a3d7b8470603e650179b0f82deb2154364d" \ --from="git+https://github.com/hauntsaninja/mypy_primer@830b80cb00dc8ffee20a7ddcad8d6a13b09c18ed" \
mypy_primer \ mypy_primer \
--repo ruff \ --repo ruff \
--type-checker ty \ --type-checker ty \