mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +00:00
[ty] Upgrade mypy_primer (#19207)
This commit is contained in:
parent
3ee3434187
commit
7533a0bfdb
3 changed files with 3 additions and 1 deletions
|
@ -20,3 +20,4 @@ spack # slow, success, but mypy-primer hangs processing the output
|
|||
spark # too many iterations
|
||||
steam.py # hangs (single threaded)
|
||||
xarray # too many iterations
|
||||
zope.interface # https://github.com/astral-sh/ty/issues/764
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
AutoSplit
|
||||
DateType
|
||||
Expression
|
||||
PyGithub
|
||||
PyWinCtl
|
||||
|
|
|
@ -19,7 +19,7 @@ cd ..
|
|||
echo "Project selector: $PRIMER_SELECTOR"
|
||||
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
|
||||
uvx \
|
||||
--from="git+https://github.com/hauntsaninja/mypy_primer@e5f55447969d33ae3c7ccdb183e2a37101867270" \
|
||||
--from="git+https://github.com/hauntsaninja/mypy_primer@59509d48de6da6aaa4e3a2f5e338769bc471f2d7" \
|
||||
mypy_primer \
|
||||
--repo ruff \
|
||||
--type-checker ty \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue