mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +00:00
24 lines
1.3 KiB
Text
24 lines
1.3 KiB
Text
Tanjun # too many iterations
|
|
antidote # hangs / slow (single threaded)
|
|
artigraph # cycle panics (value_type_)
|
|
arviz # too many iterations on versions of arviz newer than https://github.com/arviz-devs/arviz/commit/3205b82bb4d6097c31f7334d7ac51a6de37002d0
|
|
core # cycle panics (value_type_)
|
|
cpython # too many cycle iterations
|
|
hydpy # too many iterations
|
|
ibis # too many iterations
|
|
jax # too many iterations
|
|
mypy # too many iterations (self-recursive type alias)
|
|
packaging # too many iterations
|
|
pandas # slow (9s)
|
|
pandas-stubs # panics on versions of pandas-stubs newer than https://github.com/pandas-dev/pandas-stubs/commit/bf1221eb7ea0e582c30fe233d1f4f5713fce376b
|
|
# Panicked at crates/ty_python_semantic/src/types/type_ordering.rs:207:13 when checking `/tmp/mypy_primer/projects/pandas-stubs/tests/test_indexes.py`: `internal error: entered unreachable code: our type representation does not permit nested unions`
|
|
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)
|
|
xarray # too many iterations
|