From d5e4983bb69b21a97147c8a81c348da67b16d85d Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:02:42 +0530 Subject: [PATCH] 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 72edf87..4799c0f 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -29,7 +29,7 @@ jobs: - name: darker install run: | - pip install git+https://github.com/akaihola/darker.git@master isort==5.11.4 ruff>=0.0.292 + pip install git+https://github.com/akaihola/darker.git@master ruff>=0.0.292 - name: Fetch base branch run: | @@ -37,4 +37,4 @@ jobs: - name: Analyze Code run: | - darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src \ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --color ./src \ No newline at end of file