[red-knot] mypy_primer: add strawberry, print compilation errors to stderr (#17578)

## Summary

mypy_primer changes included here:
ebaa9fd27b..4c22d192a4

- Add strawberry as a `good.txt` project (was previously included in our
fork)
- Print Red Knot compilation errors to stderr (thanks @MichaReiser)
This commit is contained in:
David Peter
2025-04-23 10:57:11 +02:00
committed by GitHub
parent b1b8ca3bcd
commit a241321735
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Install mypy_primer
run: |
uv tool install "git+https://github.com/hauntsaninja/mypy_primer@ebaa9fd27b51a278873b63676fd25490cec6823b"
uv tool install "git+https://github.com/hauntsaninja/mypy_primer@4c22d192a456e27badf85b3ea0f830707375d2b7"
- name: Run mypy_primer
shell: bash