From 402a93047a7a8436c6bef0a274e42e532d4e255d Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:46:40 +0530 Subject: T0000: testts --- .github/workflows/darker-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 984e282..ba355fb 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -52,7 +52,7 @@ jobs: - uses: akaihola/darker@v2.1.1 with: - options: "--revsion current...HEAD --check --diff --isort --color" + options: "--revision current...HEAD --check --diff --isort --color" src: "." version: "~=2.1.1" lint: "flake8,pylint==2.13.1" -- cgit v1.2.3