From e05b0cca01d14d8e1a9296f714d351998262e123 Mon Sep 17 00:00:00 2001 From: "Christian W. Feldmann" <128160984+c-w-feldmann@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:39:58 +0200 Subject: [PATCH] Add `--check-only` flag --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 5ff97d5f..8ff938f3 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -150,7 +150,7 @@ jobs: pip install isort - name: Analysing the code with isort run: | - isort --profile black . + isort --profile black --check-only . test_basis: needs: