mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05: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:
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
|
||||
|
||||
Reference in New Issue
Block a user