mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
[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
2 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
Expression # cycle panic (signature_)
|
||||
Tanjun # cycle panic (signature_)
|
||||
Tanjun # hangs
|
||||
altair # cycle panics (try_metaclass_)
|
||||
antidote # hangs / slow
|
||||
artigraph # cycle panics (value_type_)
|
||||
|
@ -11,20 +10,16 @@ freqtrade # cycle panics (try_metaclass_)
|
|||
hydpy # cycle panics (try_metaclass_)
|
||||
ibis # cycle panics (try_metaclass_)
|
||||
manticore # stack overflow
|
||||
mypy # cycle panic (signature_)
|
||||
pandas # slow
|
||||
pandas-stubs # cycle panics (try_metaclass_)
|
||||
pandera # cycle panics (try_metaclass_)
|
||||
prefect # slow
|
||||
pylint # cycle panics (self-recursive type alias)
|
||||
pytest # cycle panics (signature_)
|
||||
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
|
||||
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
|
||||
streamlit # cycle panic (signature_)
|
||||
sympy # stack overflow
|
||||
trio # cycle panics (deferred annotatation resolving in wrong scope)
|
||||
xarray # cycle panics (try_metaclass_)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
AutoSplit
|
||||
Expression
|
||||
PyGithub
|
||||
PyWinCtl
|
||||
SinbadCogs
|
||||
|
@ -56,6 +57,7 @@ mkdocs
|
|||
mkosi
|
||||
mongo-python-driver
|
||||
more-itertools
|
||||
mypy
|
||||
mypy-protobuf
|
||||
mypy_primer
|
||||
nionutils
|
||||
|
@ -83,6 +85,7 @@ pylox
|
|||
pyodide
|
||||
pyp
|
||||
pyppeteer
|
||||
pytest
|
||||
pytest-robotframework
|
||||
python-chess
|
||||
python-htmlgen
|
||||
|
@ -101,7 +104,9 @@ starlette
|
|||
static-frame
|
||||
stone
|
||||
strawberry
|
||||
streamlit
|
||||
tornado
|
||||
trio
|
||||
twine
|
||||
typeshed-stats
|
||||
urllib3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue