From d34de2bf5f18312fb97c09c5b7aaa3065c220f8a Mon Sep 17 00:00:00 2001 From: Stefano Dafarra Date: Tue, 29 Oct 2024 14:52:01 +0100 Subject: [PATCH] Remove --color for isort To avoid issues with false positives --- .github/workflows/style.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 730cf330..15a295eb 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -44,10 +44,7 @@ jobs: with: python-version: "3.10" - # Workaround for https://github.com/isort/isort-action/issues/70 - - run: pip install colorama - - name: "📝 isort" uses: isort/isort-action@master with: - configuration: --check --diff --color + configuration: --check --diff