[CI] Upgrade codespell version. (#5381)

This commit is contained in:
SangBin Cho
2024-06-13 02:06:14 +09:00
committed by GitHub
parent e3c12bf6d2
commit 847cdcca1c
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff==0.1.5 codespell==2.2.6 tomli==2.0.1 isort==5.13.2
pip install ruff==0.1.5 codespell==2.3.0 tomli==2.0.1 isort==5.13.2
- name: Analysing the code with ruff
run: |
ruff .