mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:24:57 +00:00
[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:
parent
7ee863b6d7
commit
fdfb51b595
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ django-stubs
|
||||||
downforeveryone
|
downforeveryone
|
||||||
dragonchain
|
dragonchain
|
||||||
dulwich
|
dulwich
|
||||||
|
egglog-python
|
||||||
flake8
|
flake8
|
||||||
flake8-pyi
|
flake8-pyi
|
||||||
freqtrade
|
freqtrade
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue