From c5f772c2ecc58b41f73ac899a9d81eb7395412f9 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Mon, 3 Aug 2026 11:45:40 +0300 Subject: [PATCH] CI: exact ruff version 0.15.22 is used Our source code has not ready for new ruff 0.16.1 yet. --- .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 8fdbfb88..3c9295c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install flake8 flake8-pyproject ruff + python -m pip install flake8 flake8-pyproject ruff==0.15.22 - name: Lint with flake8 run: | flake8 .