Skip to content

Commit 2cfc8db

Browse files
committed
Promote more projects
1 parent dd4a2b7 commit 2cfc8db

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/ty_python_semantic/resources/primer/bad.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ ibis # too many iterations
99
jax # too many iterations
1010
packaging # too many iterations
1111
pandas # slow (9s)
12-
pandas-stubs
1312
pandera # stack overflow
1413
pip # vendors packaging, see above
15-
prefect
1614
pylint # cycle panics (self-recursive type alias)
1715
pyodide # too many cycle iterations
1816
pywin32 # bad use-def map (binding with definitely-visible unbound)
19-
scikit-learn # success, but mypy-primer hangs processing the output, slow (12s)
2017
setuptools # vendors packaging, see above
2118
spack # slow, success, but mypy-primer hangs processing the output
2219
spark # too many iterations

crates/ty_python_semantic/resources/primer/good.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ pegen
7676
poetry
7777
porcupine
7878
ppb-vector
79+
prefect
7980
psycopg
8081
pwndbg
8182
pybind11
@@ -96,6 +97,7 @@ rich
9697
rotki
9798
schema_salad
9899
schemathesis
100+
scikit-learn
99101
scipy
100102
scrapy
101103
sockeye

0 commit comments

Comments
 (0)