From 4d3dcffa7910c50feef595f406f51c62f760b3d8 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Thu, 3 Sep 2026 10:11:57 +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 ea30818..df7dd00 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 .