mirror of https://github.com/astral-sh/ruff
[ty] Update mypy_primer and project lists (#20798)
## Summary Pulls in two updates to `mypy_primer` projects: * https://github.com/hauntsaninja/mypy_primer/pull/201 (add `django-test-migrations`) * https://github.com/hauntsaninja/mypy_primer/pull/122 (remove `SinbadCogs`) ## Test Plan CI on this PR
This commit is contained in:
parent
4bd454f9b5
commit
a82833a998
|
|
@ -3,7 +3,6 @@ DateType
|
||||||
Expression
|
Expression
|
||||||
PyGithub
|
PyGithub
|
||||||
PyWinCtl
|
PyWinCtl
|
||||||
SinbadCogs
|
|
||||||
Tanjun
|
Tanjun
|
||||||
aiohttp
|
aiohttp
|
||||||
aiohttp-devtools
|
aiohttp-devtools
|
||||||
|
|
@ -40,6 +39,7 @@ dd-trace-py
|
||||||
dedupe
|
dedupe
|
||||||
discord.py
|
discord.py
|
||||||
django-stubs
|
django-stubs
|
||||||
|
django-test-migrations
|
||||||
downforeveryone
|
downforeveryone
|
||||||
dragonchain
|
dragonchain
|
||||||
dulwich
|
dulwich
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ cd ..
|
||||||
echo "Project selector: ${PRIMER_SELECTOR}"
|
echo "Project selector: ${PRIMER_SELECTOR}"
|
||||||
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
|
# Allow the exit code to be 0 or 1, only fail for actual mypy_primer crashes/bugs
|
||||||
uvx \
|
uvx \
|
||||||
--from="git+https://github.com/hauntsaninja/mypy_primer@0ee3d6330addd5270a50759a6b6f13b2627a423b" \
|
--from="git+https://github.com/hauntsaninja/mypy_primer@1dcfa196e82a25bcc839a44d2a6d17953859f6ed" \
|
||||||
mypy_primer \
|
mypy_primer \
|
||||||
--repo ruff \
|
--repo ruff \
|
||||||
--type-checker ty \
|
--type-checker ty \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue