mirror of https://github.com/astral-sh/ruff
[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:
parent
b1b8ca3bcd
commit
a241321735
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ speedrun.com_global_scoreboard_webapp
|
|||
starlette
|
||||
static-frame
|
||||
stone
|
||||
strawberry
|
||||
tornado
|
||||
twine
|
||||
typeshed-stats
|
||||
|
|
|
|||
Loading…
Reference in New Issue