From c1d0fc01bef37853c4db4941bf5d62e21d44f3f4 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:38:55 +0530 Subject: T0000: check --- .github/workflows/darker-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 250d355..53b8643 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -20,7 +20,7 @@ jobs: - name: darker install run: | pip install --upgrade darker~=2.1.1 - pip install darker[isort] + pip install black==22.12.0 isort==5.11.4 mypy==0.990 flake8==5.0.4 pylint==2.15.5 - name: Fetch current branch run: | @@ -28,7 +28,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current... --check --diff --lint "pylint --errors-only" --color ./src + darker -r current... --check --diff --lint "pylint --errors-only" --isort --color ./src # - name: analyze -- cgit v1.2.3