Skip to content

Commit f148c44

Browse files
authored
[frontend] Refactor CLI Args for a better modular integration (#20206)
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
1 parent 235bfd5 commit f148c44

File tree

2 files changed

+167
-212
lines changed

2 files changed

+167
-212
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ repos:
166166
language: python
167167
types: [python]
168168
pass_filenames: true
169-
files: vllm/config.py|tests/test_config.py
169+
files: vllm/config.py|tests/test_config.py|vllm/entrypoints/openai/cli_args.py
170170
# Keep `suggestion` last
171171
- id: suggestion
172172
name: Suggestion

0 commit comments

Comments
 (0)