From f4f704d21956248cffb8ce44429d04e08bd66ea8 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Mon, 6 May 2024 11:19:27 +0300 Subject: [PATCH] flake8 -> ruff --- .github/workflows/unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 6357ace..f52a10b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -23,9 +23,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest tqdm pytest-cov + pip install ruff pytest tqdm pytest-cov pip install -r requirements.txt - - name: Lint with flake8 + - name: Lint with ruff run: | # stop the build if there are Python syntax errors or undefined names ruff check