"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "b893d661b1b9dd3953a1cc95bb52d010c4683dcf"
Unverified Commit d8f8a7aa authored by SoluMilken's avatar SoluMilken Committed by GitHub
Browse files

[Misc] Sync pre-commit to 4.5.1 in workflows and docs (#36675)


Signed-off-by: default avatarSoluMilken <ypiheyn.imm02g@g2.nctu.edu.tw>
Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
Co-authored-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 0115e957
...@@ -27,7 +27,7 @@ pull_request_rules: ...@@ -27,7 +27,7 @@ pull_request_rules:
Hi @{{author}}, the pre-commit checks have failed. Please run: Hi @{{author}}, the pre-commit checks have failed. Please run:
```bash ```bash
uv pip install pre-commit uv pip install pre-commit>=4.5.1
pre-commit install pre-commit install
pre-commit run --all-files pre-commit run --all-files
``` ```
......
...@@ -75,7 +75,7 @@ For an optimized workflow when iterating on C++/CUDA kernels, see the [Increment ...@@ -75,7 +75,7 @@ For an optimized workflow when iterating on C++/CUDA kernels, see the [Increment
vLLM uses `pre-commit` to lint and format the codebase. See <https://pre-commit.com/#usage> if `pre-commit` is new to you. Setting up `pre-commit` is as easy as: vLLM uses `pre-commit` to lint and format the codebase. See <https://pre-commit.com/#usage> if `pre-commit` is new to you. Setting up `pre-commit` is as easy as:
```bash ```bash
uv pip install pre-commit uv pip install pre-commit>=4.5.1
pre-commit install pre-commit install
``` ```
......
# formatting # formatting
pre-commit==4.0.1 pre-commit>=4.5.1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment