Allows the typing job to error and still pass, so we get results, but not failures for now (#12147)

This commit is contained in:
Trenton H
2026-02-23 09:44:35 -08:00
committed by GitHub
parent be7f1c6233
commit 814f57b099

View File

@@ -129,6 +129,7 @@ jobs:
run: |
uv pip list
- name: Check typing (pyrefly)
continue-on-error: true
run: |
uv run pyrefly \
check \
@@ -143,6 +144,7 @@ jobs:
${{ runner.os }}-mypy-py${{ env.DEFAULT_PYTHON }}-
${{ runner.os }}-mypy-
- name: Check typing (mypy)
continue-on-error: true
run: |
uv run mypy \
--show-error-codes \