diff --git a/.github/workflows/sync_typeshed.yaml b/.github/workflows/sync_typeshed.yaml index 4f7bade41b..2d7dea5cda 100644 --- a/.github/workflows/sync_typeshed.yaml +++ b/.github/workflows/sync_typeshed.yaml @@ -68,7 +68,7 @@ jobs: # consistent with the other typeshed stubs around them. # Typeshed formats code using black in their CI, so we just invoke # black on the stubs the same way that typeshed does. - uvx --directory=typeshed pre-commit run -a black + uvx --directory=typeshed pre-commit run -a black || true rm -rf ruff/crates/ty_vendored/vendor/typeshed mkdir ruff/crates/ty_vendored/vendor/typeshed