mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +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)
|
||||
schemathesis # cycle panics (signature_)
|
||||
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
|
||||
spark # cycle panics (try_metaclass_)
|
||||
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
|
||||
|
|
|
@ -90,6 +90,7 @@ rclip
|
|||
rich
|
||||
rotki
|
||||
schema_salad
|
||||
scipy
|
||||
scrapy
|
||||
setuptools
|
||||
sockeye
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue