From 8521cabb1998cb1e880581db0e829c35d8eefea8 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Mon, 17 Aug 2026 20:52:59 +0300 Subject: [PATCH] CI: exact ruff version 0.15.22 is used --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b37f285..a437c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install flake8 flake8-pyproject ruff black + python -m pip install flake8 flake8-pyproject ruff==0.15.22 black - name: Lint with flake8 run: | flake8 .