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

Signed-off-by: SoluMilken <ypiheyn.imm02g@g2.nctu.edu.tw>
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
SoluMilken
2026-03-16 18:03:21 +08:00
committed by GitHub
parent 0115e957d4
commit d8f8a7aad2
3 changed files with 3 additions and 3 deletions

2
.github/mergify.yml vendored
View File

@@ -27,7 +27,7 @@ pull_request_rules:
Hi @{{author}}, the pre-commit checks have failed. Please run:
```bash
uv pip install pre-commit
uv pip install pre-commit>=4.5.1
pre-commit install
pre-commit run --all-files
```