File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/ty_python_semantic/resources/primer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ packaging # too many iterations
12
12
pandas # slow (9s)
13
13
pandera # stack overflow
14
14
pip # vendors packaging, see above
15
+ psycopg # stack overflow from recursive protocols
15
16
pylint # cycle panics (self-recursive type alias)
16
17
pyodide # too many cycle iterations
17
18
scikit-build-core # too many cycle iterations
19
+ pytest # stack overflow from recursive protocols
20
+ scrapy # stack overflow from recursive protocols
18
21
setuptools # vendors packaging, see above
19
22
spack # slow, success, but mypy-primer hangs processing the output
20
23
spark # too many iterations
Original file line number Diff line number Diff line change 76
76
porcupine
77
77
ppb-vector
78
78
prefect
79
- psycopg
80
79
pwndbg
81
80
pybind11
82
81
pycryptodome
86
85
pylox
87
86
pyp
88
87
pyppeteer
89
- pytest
90
88
pytest-robotframework
91
89
python-chess
92
90
python-htmlgen
@@ -99,7 +97,6 @@ schema_salad
99
97
schemathesis
100
98
scikit-learn
101
99
scipy
102
- scrapy
103
100
sockeye
104
101
speedrun.com_global_scoreboard_webapp
105
102
sphinx
You can’t perform that action at this time.
0 commit comments