mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-17 13:57:25 +00:00

## Summary These projects all check successfully now. (Pandas still takes 9s, as the comment in `bad.txt` said, but I don't think this is slow enough to exclude it; mypy-primer overall still runs in 4 minutes, faster than e.g. the test suite on Windows.) ## Test Plan mypy-primer CI.
21 lines
933 B
Text
21 lines
933 B
Text
Tanjun # too many iterations
|
|
altair # too many iterations (uses packaging)
|
|
arviz # too many iterations on versions of arviz newer than https://github.com/arviz-devs/arviz/commit/3205b82bb4d6097c31f7334d7ac51a6de37002d0
|
|
cpython # too many cycle iterations
|
|
graphql-core # stack overflow
|
|
hydpy # too many iterations
|
|
ibis # too many iterations
|
|
jax # too many iterations
|
|
mypy # too many iterations (self-recursive type alias)
|
|
nox # too many iterations (uses packaging)
|
|
packaging # too many iterations
|
|
pandera # too many iterations
|
|
pip # vendors packaging, see above
|
|
pylint # cycle panics (self-recursive type alias)
|
|
pyodide # too many cycle iterations
|
|
scikit-build-core # too many cycle iterations
|
|
setuptools # vendors packaging, see above
|
|
spack # slow, success, but mypy-primer hangs processing the output
|
|
spark # too many iterations
|
|
steam.py # hangs (single threaded)
|
|
streamlit # too many iterations (uses packaging)
|