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
1
.github/workflows/mypy_primer.yaml
vendored
1
.github/workflows/mypy_primer.yaml
vendored
|
|
@ -55,6 +55,7 @@ jobs:
|
|||
- name: Run mypy_primer
|
||||
env:
|
||||
PRIMER_SELECTOR: crates/ty_python_semantic/resources/primer/good.txt
|
||||
CLICOLOR_FORCE: "1"
|
||||
DIFF_FILE: mypy_primer.diff
|
||||
run: |
|
||||
cd ruff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue