mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:58 +00:00
[ty] Keep colorizing mypy_primer output (#21515)
## Summary After an update to `mypy_primer`, we now need to set the environment variable ourselves.
This commit is contained in:
parent
663f78e644
commit
e29f3ed0fe
2 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,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@089ac1da83cf26aee9c98de412b7eb10e20b2212" \
|
||||
--from="git+https://github.com/hauntsaninja/mypy_primer@a81360123447a9409ab72f6b4f9684c02a9768e7" \
|
||||
mypy_primer \
|
||||
--repo ruff \
|
||||
--type-checker ty \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue