[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:
David Peter
2025-11-19 09:52:51 +01:00
committed by GitHub
parent 663f78e644
commit e29f3ed0fe
2 changed files with 2 additions and 1 deletions

View File

@@ -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