From 7f7485d608d2da19a0632a1238f2d4be551f612f Mon Sep 17 00:00:00 2001 From: Rob Hand <146272+sinon@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:38:11 +0000 Subject: [PATCH] [ty] Fixed benchmark markdown auto-linenumbers (#22008) --- scripts/ty_benchmark/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/ty_benchmark/README.md b/scripts/ty_benchmark/README.md index 513ea9e0ad..599f7609c9 100644 --- a/scripts/ty_benchmark/README.md +++ b/scripts/ty_benchmark/README.md @@ -1,10 +1,8 @@ ## Getting started 1. [Install `uv`](https://docs.astral.sh/uv/getting-started/installation/) - -- Unix: `curl -LsSf https://astral.sh/uv/install.sh | sh` -- Windows: `powershell -c "irm https://astral.sh/uv/install.ps1 | iex"` - + - Unix: `curl -LsSf https://astral.sh/uv/install.sh | sh` + - Windows: `powershell -c "irm https://astral.sh/uv/install.ps1 | iex"` 1. Build ty: `cargo build --bin ty --release` 1. `cd` into the benchmark directory: `cd scripts/ty_benchmark` 1. Install Pyright: `npm ci --ignore-scripts`