[ty] ignore errors when reformatting codemodded typeshed (#19332)

This commit is contained in:
Alex Waygood 2025-07-14 17:14:01 +01:00 committed by GitHub
parent fddf2f33d2
commit 021a70d30c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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