mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
# Migrate from `yapf` & `isort` to `ruff`
|
|
d6953beb91da4e9c99be4c0a1304a2d24189535c
|
|
# Convert `Optional[x]` to `x | None` and `Union[x, y]` to `x | y`
|
|
8fcaaf6a165e661f63fc51be906bc05b0767332f
|