mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:58 +00:00
## Summary The symlink-approach in the typeshed-sync workflow caused some problems on Windows, even though it seemed to work fine in CI: https://github.com/astral-sh/ruff/pull/15138#issuecomment-2578642129 Here, we rely on `build.rs` to patch typeshed instead, which allows us to get rid of the modifications in the workflow (thank you @MichaReiser for the idea). ## Test Plan - Made sure that changes to `knot_extensions.pyi` result in a recompile of `red_knot_vendored`. |
||
|---|---|---|
| .. | ||
| build-binaries.yml | ||
| build-docker.yml | ||
| ci.yaml | ||
| daily_fuzz.yaml | ||
| daily_property_tests.yaml | ||
| notify-dependents.yml | ||
| pr-comment.yaml | ||
| publish-docs.yml | ||
| publish-playground.yml | ||
| publish-pypi.yml | ||
| publish-wasm.yml | ||
| release.yml | ||
| sync_typeshed.yaml | ||