From 8783f3434551f0f26cff28fbb0eaf1d2c9618357 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:44:10 +0530 Subject: [PATCH] T0000: test --- .github/workflows/darker-lint.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 63ddad8..ddab35a 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -17,17 +17,17 @@ jobs: ref: feature/test-darker - uses: actions/setup-python@v5 - - name: darker install - run: | - pip install --upgrade darker~=2.1.1 + # - name: darker install + # run: | + # pip install --upgrade darker~=2.1.1 - name: Fetch current branch run: | git fetch origin current:current - - name: Analyze Code with Darker - run: | - darker -r current...HEAD --diff --check --lint . + # - name: Analyze Code with Darker + # run: | + # darker -r current...HEAD --diff --check . # - name: analyze # run: | @@ -50,10 +50,10 @@ jobs: # echo "Head commit ID: ${{ steps.get-head-commit.outputs.head_commit }}" # echo "Base commit ID: ${{ steps.get-base-commit.outputs.base_commit }}" - # - uses: akaihola/darker@v2.1.1 - # with: - # options: "--check --diff --isort --color" - # src: "." - # version: "~=2.1.1" - # lint: "flake8,pylint==2.13.1" - # revision: "current..." + - uses: akaihola/darker@v2.1.1 + with: + options: "--check --diff --isort --color" + src: "." + version: "~=2.1.1" + lint: "flake8,pylint==2.13.1" + revision: "current...HEAD"