Fix leftover references to red_knot_python_semantic/vendor/ (#13561)

Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
This commit is contained in:
aditya pillai
2024-09-30 06:32:02 -05:00
committed by GitHub
parent 5118166d21
commit d9267132d6
5 changed files with 7 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
# Red Knot
Semantic analysis for the red-knot project.
## Vendored types for the stdlib
This crate vendors [typeshed](https://github.com/python/typeshed)'s stubs for the standard library. The vendored stubs can be found in `crates/red_knot_python_semantic/vendor/typeshed`. The file `crates/red_knot_python_semantic/vendor/typeshed/source_commit.txt` tells you the typeshed commit that our vendored stdlib stubs currently correspond to.
The typeshed stubs are updated every two weeks via an automated PR using the `sync_typeshed.yaml` workflow in the `.github/workflows` directory. This workflow can also be triggered at any time via [workflow dispatch](https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow#running-a-workflow).