mirror of https://github.com/astral-sh/ruff
[ty] ignore errors when reformatting codemodded typeshed (#19332)
This commit is contained in:
parent
fddf2f33d2
commit
021a70d30c
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
# consistent with the other typeshed stubs around them.
|
# consistent with the other typeshed stubs around them.
|
||||||
# Typeshed formats code using black in their CI, so we just invoke
|
# Typeshed formats code using black in their CI, so we just invoke
|
||||||
# black on the stubs the same way that typeshed does.
|
# 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
|
rm -rf ruff/crates/ty_vendored/vendor/typeshed
|
||||||
mkdir ruff/crates/ty_vendored/vendor/typeshed
|
mkdir ruff/crates/ty_vendored/vendor/typeshed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue