[ty] primer updates (#17903)
## Summary Update ecosystem project lists in light of https://github.com/astral-sh/ruff/pull/17758 ## Test Plan CI on this PR.
This commit is contained in:
@@ -1,23 +1,20 @@
|
||||
Tanjun # hangs
|
||||
altair # cycle panics (try_metaclass_)
|
||||
antidote # hangs / slow
|
||||
artigraph # cycle panics (value_type_)
|
||||
colour # cycle panics (try_metaclass_)
|
||||
core # cycle panics (value_type_)
|
||||
cpython # access to field whilst being initialized, too many cycle iterations
|
||||
discord.py # some kind of hang, only when multi-threaded?
|
||||
freqtrade # cycle panics (try_metaclass_)
|
||||
hydpy # cycle panics (try_metaclass_)
|
||||
ibis # cycle panics (try_metaclass_)
|
||||
freqtrade # hangs
|
||||
hydpy # too many iterations
|
||||
pandas # slow
|
||||
pandas-stubs # cycle panics (try_metaclass_)
|
||||
pandera # cycle panics (try_metaclass_)
|
||||
pandas-stubs # hangs/slow, or else https://github.com/salsa-rs/salsa/issues/831
|
||||
pandera # stack overflow
|
||||
prefect # slow
|
||||
pylint # cycle panics (self-recursive type alias)
|
||||
pywin32 # bad use-def map (binding with definitely-visible unbound)
|
||||
schemathesis # salsa cycle.rs:164 assertion fails, only in CI
|
||||
schemathesis # https://github.com/salsa-rs/salsa/issues/831
|
||||
scikit-learn # success, but mypy-primer hangs processing the output
|
||||
spack # success, but mypy-primer hangs processing the output
|
||||
spark # cycle panics (try_metaclass_)
|
||||
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
|
||||
xarray # cycle panics (try_metaclass_)
|
||||
spark # too many iterations
|
||||
steam.py # hangs
|
||||
xarray # too many iterations
|
||||
|
||||
@@ -9,6 +9,7 @@ aioredis
|
||||
aiortc
|
||||
alectryon
|
||||
alerta
|
||||
altair
|
||||
anyio
|
||||
apprise
|
||||
arviz
|
||||
@@ -24,6 +25,7 @@ boostedblob
|
||||
check-jsonschema
|
||||
cki-lib
|
||||
cloud-init
|
||||
colour
|
||||
com2ann
|
||||
comtypes
|
||||
cwltool
|
||||
@@ -40,6 +42,7 @@ git-revise
|
||||
graphql-core
|
||||
httpx-caching
|
||||
hydra-zen
|
||||
ibis
|
||||
ignite
|
||||
imagehash
|
||||
isort
|
||||
|
||||
Reference in New Issue
Block a user