chore: Update ruff version in CI

This commit is contained in:
Serhii Tereshchenko 2024-05-27 10:09:42 +03:00
parent ed8f2bcf74
commit 418b2a2e63

View file

@ -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