mirror of https://github.com/astral-sh/ruff
[ty] Update mypy_primer, add two new projects (#18891)
## Summary
Pull in latest changes to mypy_primer:
01a7ca325f..e5f5544796
This commit is contained in:
parent
21303d1a02
commit
907c291877
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
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@01a7ca325f674433c58e02416a867178d1571128" \
|
--from="git+https://github.com/hauntsaninja/mypy_primer@e5f55447969d33ae3c7ccdb183e2a37101867270" \
|
||||||
mypy_primer \
|
mypy_primer \
|
||||||
--repo ruff \
|
--repo ruff \
|
||||||
--type-checker ty \
|
--type-checker ty \
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ pandera # stack overflow
|
||||||
pip # vendors packaging, see above
|
pip # vendors packaging, see above
|
||||||
pylint # cycle panics (self-recursive type alias)
|
pylint # cycle panics (self-recursive type alias)
|
||||||
pyodide # too many cycle iterations
|
pyodide # too many cycle iterations
|
||||||
|
scikit-build-core # too many cycle iterations
|
||||||
setuptools # vendors packaging, see above
|
setuptools # vendors packaging, see above
|
||||||
spack # slow, success, but mypy-primer hangs processing the output
|
spack # slow, success, but mypy-primer hangs processing the output
|
||||||
spark # too many iterations
|
spark # too many iterations
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,7 @@ static-frame
|
||||||
stone
|
stone
|
||||||
strawberry
|
strawberry
|
||||||
streamlit
|
streamlit
|
||||||
|
svcs
|
||||||
sympy
|
sympy
|
||||||
trio
|
trio
|
||||||
twine
|
twine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue