feature: upstream cancel (#19524)

Co-authored-by: Kangyan Zhou <zky314343421@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Douglas Yang
2026-05-18 16:20:09 +08:00
committed by GitHub
co-authored by Kangyan Zhou Claude Opus 4.7
parent 54eb2904a4
commit e5589843a3
13 changed files with 4206 additions and 209 deletions
+6
View File
@@ -101,6 +101,12 @@ repos:
pass_filenames: false
always_run: true
stages: [pre-commit]
- id: rustfmt-sgl-model-gateway
name: rustfmt sgl-model-gateway (nightly)
entry: bash -c 'rustup component add --toolchain nightly rustfmt >/dev/null && cd sgl-model-gateway && cargo +nightly fmt -- --check'
language: system
files: ^sgl-model-gateway/.*\.rs$
pass_filenames: false
- repo: https://github.com/lycheeverse/lychee.git
rev: lychee-v0.22.0
hooks: