mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
chore: Update ruff version in CI
This commit is contained in:
parent
ed8f2bcf74
commit
418b2a2e63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Install linters
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ruff==0.1.6
|
||||
pip install ruff==0.4.5
|
||||
- name: Run linters
|
||||
run: |
|
||||
make lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue