We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1945bfd commit 5a91badCopy full SHA for 5a91bad
crates/ty_python_semantic/resources/primer/bad.txt
@@ -22,7 +22,6 @@ pytest # cycle panics (signature_)
22
pywin32 # bad use-def map (binding with definitely-visible unbound)
23
schemathesis # cycle panics (signature_)
24
scikit-learn # success, but mypy-primer hangs processing the output
25
-scipy # missing expression type ("expression should belong to this TypeInference region")
26
spack # success, but mypy-primer hangs processing the output
27
spark # cycle panics (try_metaclass_)
28
steam.py # cycle panics (try_metaclass_), often hangs when multi-threaded
crates/ty_python_semantic/resources/primer/good.txt
@@ -90,6 +90,7 @@ rclip
90
rich
91
rotki
92
schema_salad
93
+scipy
94
scrapy
95
setuptools
96
sockeye
0 commit comments