mirror of https://github.com/astral-sh/ruff
[ty] add passing projects to primer (#17834)
Add projects to primer that now pass, with https://github.com/astral-sh/ruff/pull/17833
This commit is contained in:
parent
4850c187ea
commit
20d64b9c85
|
|
@ -1,5 +1,4 @@
|
||||||
Expression # cycle panic (signature_)
|
Tanjun # hangs
|
||||||
Tanjun # cycle panic (signature_)
|
|
||||||
altair # cycle panics (try_metaclass_)
|
altair # cycle panics (try_metaclass_)
|
||||||
antidote # hangs / slow
|
antidote # hangs / slow
|
||||||
artigraph # cycle panics (value_type_)
|
artigraph # cycle panics (value_type_)
|
||||||
|
|
@ -11,20 +10,16 @@ freqtrade # cycle panics (try_metaclass_)
|
||||||
hydpy # cycle panics (try_metaclass_)
|
hydpy # cycle panics (try_metaclass_)
|
||||||
ibis # cycle panics (try_metaclass_)
|
ibis # cycle panics (try_metaclass_)
|
||||||
manticore # stack overflow
|
manticore # stack overflow
|
||||||
mypy # cycle panic (signature_)
|
|
||||||
pandas # slow
|
pandas # slow
|
||||||
pandas-stubs # cycle panics (try_metaclass_)
|
pandas-stubs # cycle panics (try_metaclass_)
|
||||||
pandera # cycle panics (try_metaclass_)
|
pandera # cycle panics (try_metaclass_)
|
||||||
prefect # slow
|
prefect # slow
|
||||||
pylint # cycle panics (self-recursive type alias)
|
pylint # cycle panics (self-recursive type alias)
|
||||||
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 # salsa cycle.rs:164 assertion fails, only in CI
|
||||||
scikit-learn # success, but mypy-primer hangs processing the output
|
scikit-learn # success, but mypy-primer hangs processing the output
|
||||||
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
|
||||||
streamlit # cycle panic (signature_)
|
|
||||||
sympy # stack overflow
|
sympy # stack overflow
|
||||||
trio # cycle panics (deferred annotatation resolving in wrong scope)
|
|
||||||
xarray # cycle panics (try_metaclass_)
|
xarray # cycle panics (try_metaclass_)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
AutoSplit
|
AutoSplit
|
||||||
|
Expression
|
||||||
PyGithub
|
PyGithub
|
||||||
PyWinCtl
|
PyWinCtl
|
||||||
SinbadCogs
|
SinbadCogs
|
||||||
|
|
@ -56,6 +57,7 @@ mkdocs
|
||||||
mkosi
|
mkosi
|
||||||
mongo-python-driver
|
mongo-python-driver
|
||||||
more-itertools
|
more-itertools
|
||||||
|
mypy
|
||||||
mypy-protobuf
|
mypy-protobuf
|
||||||
mypy_primer
|
mypy_primer
|
||||||
nionutils
|
nionutils
|
||||||
|
|
@ -83,6 +85,7 @@ pylox
|
||||||
pyodide
|
pyodide
|
||||||
pyp
|
pyp
|
||||||
pyppeteer
|
pyppeteer
|
||||||
|
pytest
|
||||||
pytest-robotframework
|
pytest-robotframework
|
||||||
python-chess
|
python-chess
|
||||||
python-htmlgen
|
python-htmlgen
|
||||||
|
|
@ -101,7 +104,9 @@ starlette
|
||||||
static-frame
|
static-frame
|
||||||
stone
|
stone
|
||||||
strawberry
|
strawberry
|
||||||
|
streamlit
|
||||||
tornado
|
tornado
|
||||||
|
trio
|
||||||
twine
|
twine
|
||||||
typeshed-stats
|
typeshed-stats
|
||||||
urllib3
|
urllib3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue