From 199cfd612601ade360bcb70ece9e9a88bd3f3b99 Mon Sep 17 00:00:00 2001 From: Bas Harenslak Date: Tue, 5 Dec 2023 15:56:00 +0100 Subject: [PATCH] Remove separate isort because that's run via ruff --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee1532a..40bcda0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,9 +12,6 @@ jobs: with: args: format --check - - name: Import sorting using isort - uses: isort/isort-action@v1 - - name: Code linting using Ruff uses: chartboost/ruff-action@v1