From 725b135d68e2514299f8c6735f2c940bee134fc5 Mon Sep 17 00:00:00 2001 From: Ben Zickel <35469979+BenZickel@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:02:49 +0300 Subject: [PATCH] Fix ruff version to 0.3.4 in order to overcome issue with version 0.3.5. (#3354) Co-authored-by: Ben Zickel --- .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 04ec6f2a8b..693bcc1679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel 'setuptools!=58.5.*,<60' - pip install ruff black mypy nbstripout nbformat + pip install ruff==0.3.4 black mypy nbstripout nbformat - name: Lint run: | make lint