summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-27 01:02:42 +0530
committerGitHub <noreply@github.com>2024-08-27 01:02:42 +0530
commitd5e4983bb69b21a97147c8a81c348da67b16d85d (patch)
treeb25824c554c65c7e37db265d307189f402d4ca12
parent38878c91cc0ad92aad3b6cef40e82dd9c563ebf5 (diff)
downloadvyos-workflow-test-temp-d5e4983bb69b21a97147c8a81c348da67b16d85d.tar.gz
vyos-workflow-test-temp-d5e4983bb69b21a97147c8a81c348da67b16d85d.zip
T0000: check
-rw-r--r--.github/workflows/darker-lint.yml4
1 files 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