mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 04:19:18 +00:00
[ty] ecosystem: activate running on 'sympy' (#17870)
## Summary Following #17869, we can now run `ty` on `sympy`.
This commit is contained in:
parent
de78da5ee6
commit
9a6633da0b
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ discord.py # some kind of hang, only when multi-threaded?
|
||||||
freqtrade # cycle panics (try_metaclass_)
|
freqtrade # cycle panics (try_metaclass_)
|
||||||
hydpy # cycle panics (try_metaclass_)
|
hydpy # cycle panics (try_metaclass_)
|
||||||
ibis # cycle panics (try_metaclass_)
|
ibis # cycle panics (try_metaclass_)
|
||||||
manticore # stack overflow
|
manticore # stack overflow, see https://github.com/astral-sh/ruff/issues/17863
|
||||||
pandas # slow
|
pandas # slow
|
||||||
pandas-stubs # cycle panics (try_metaclass_)
|
pandas-stubs # cycle panics (try_metaclass_)
|
||||||
pandera # cycle panics (try_metaclass_)
|
pandera # cycle panics (try_metaclass_)
|
||||||
|
@ -21,5 +21,4 @@ scikit-learn # success, but mypy-primer hangs processing the output
|
||||||
spack # success, but mypy-primer hangs processing the output
|
spack # success, but mypy-primer hangs processing the output
|
||||||
spark # cycle panics (try_metaclass_)
|
spark # cycle panics (try_metaclass_)
|
||||||
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
|
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
|
||||||
sympy # stack overflow
|
|
||||||
xarray # cycle panics (try_metaclass_)
|
xarray # cycle panics (try_metaclass_)
|
||||||
|
|
|
@ -105,6 +105,7 @@ static-frame
|
||||||
stone
|
stone
|
||||||
strawberry
|
strawberry
|
||||||
streamlit
|
streamlit
|
||||||
|
sympy
|
||||||
tornado
|
tornado
|
||||||
trio
|
trio
|
||||||
twine
|
twine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue