From 312b0aa64966bea9837b3a82cba72eb5f2263826 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:03:21 +0530 Subject: T0000: check --- .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 5b222ff..75e5601 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -20,7 +20,7 @@ jobs: - name: darker install run: | pip install git+https://github.com/akaihola/darker.git@acb622567d1a26b0c6dcbb1b171c1c8340ee6c22 - pip install black==22.12.0 isort==5.11.4 mypy==0.990 flake8==5.0.4 pylint==2.15.5 ruff>=0.0.292 + pip install ruff>=0.0.292 - name: Fetch current branch run: | -- cgit v1.2.3