mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
[ty] Move pandas-stubs
to bad.txt (#19659)
This commit is contained in:
parent
27b03a9d7b
commit
d2d4b115e3
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,8 @@ 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)
|
||||
|
|
|
@ -69,7 +69,6 @@ openlibrary
|
|||
operator
|
||||
optuna
|
||||
paasta
|
||||
pandas-stubs
|
||||
paroxython
|
||||
parso
|
||||
pegen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue