chore(vllm): codespell for spell checking (#2820)
This commit is contained in:
committed by
GitHub
parent
95529e3253
commit
93dc5a2870
5
.github/workflows/ruff.yml
vendored
5
.github/workflows/ruff.yml
vendored
@@ -25,7 +25,10 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ruff==0.1.5
|
||||
pip install ruff==0.1.5 codespell==2.2.6 tomli==2.0.1
|
||||
- name: Analysing the code with ruff
|
||||
run: |
|
||||
ruff vllm tests
|
||||
- name: Spelling check with codespell
|
||||
run: |
|
||||
codespell --toml pyproject.toml
|
||||
Reference in New Issue
Block a user