From 021a70d30cf20192d0a158c988120099e04b88d6 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 14 Jul 2025 17:14:01 +0100 Subject: [PATCH] [ty] ignore errors when reformatting codemodded typeshed (#19332) --- .github/workflows/sync_typeshed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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