mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
## Summary Let the mypy_primer job fail if Red Knot panics or exits with code 2 (indicating an internal error). Corresponding mypy_primer commit:90808f4656In addition, we may also want to make a successful mypy_primer run required for merging? ## Test Plan Made sure that mypy_primer exits with code 70 locally on panics, which should result in a pipeline failure, since we only allow code 0 and 1 in the pipeline here:a4d7c6669b/.github/workflows/mypy_primer.yaml (L73)