From a4403df5a76cc012f586cdf29dc06aeebcb57c0b Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 16 Mar 2024 01:28:22 +0100 Subject: [PATCH] Use ruff in CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15626570..033619b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,5 +63,5 @@ jobs: - name: Run style checks run: python -m black . --check - - name: Run PEP8 style checks - run: python -m flake8 + - name: Run ruff linter + run: python -m ruff check .