mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 20:42:10 +00:00
[ty] Move 'scipy' to list of 'good' projects (#17850)
## Summary Adds `scipy` as a new project to `good.txt` as a follow-up to #17849.
This commit is contained in:
parent
1945bfdb84
commit
5a91badb8b
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,6 @@ pytest # cycle panics (signature_)
|
||||||
pywin32 # bad use-def map (binding with definitely-visible unbound)
|
pywin32 # bad use-def map (binding with definitely-visible unbound)
|
||||||
schemathesis # cycle panics (signature_)
|
schemathesis # cycle panics (signature_)
|
||||||
scikit-learn # success, but mypy-primer hangs processing the output
|
scikit-learn # success, but mypy-primer hangs processing the output
|
||||||
scipy # missing expression type ("expression should belong to this TypeInference region")
|
|
||||||
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
|
||||||
|
|
|
@ -90,6 +90,7 @@ rclip
|
||||||
rich
|
rich
|
||||||
rotki
|
rotki
|
||||||
schema_salad
|
schema_salad
|
||||||
|
scipy
|
||||||
scrapy
|
scrapy
|
||||||
setuptools
|
setuptools
|
||||||
sockeye
|
sockeye
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue