mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +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_)
|
||||
hydpy # 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-stubs # 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
|
||||
spark # cycle panics (try_metaclass_)
|
||||
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
|
||||
sympy # stack overflow
|
||||
xarray # cycle panics (try_metaclass_)
|
||||
|
|
|
@ -105,6 +105,7 @@ static-frame
|
|||
stone
|
||||
strawberry
|
||||
streamlit
|
||||
sympy
|
||||
tornado
|
||||
trio
|
||||
twine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue