[Misc] fix line length for entire codebase (#3444)
This commit is contained in:
2
.github/workflows/ruff.yml
vendored
2
.github/workflows/ruff.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
pip install ruff==0.1.5 codespell==2.2.6 tomli==2.0.1
|
||||
- name: Analysing the code with ruff
|
||||
run: |
|
||||
ruff vllm tests
|
||||
ruff .
|
||||
- name: Spelling check with codespell
|
||||
run: |
|
||||
codespell --toml pyproject.toml
|
||||
Reference in New Issue
Block a user