diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 22:21:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 22:21:26 +0530 |
commit | 35cb1b42d24d3336275e2c826085b1557580345f (patch) | |
tree | 7f231f7cd4543faea69318c2a359b9dfa7ce05ca | |
parent | 1ff3353db2150e42e2fda7c3b4bdb714fa6edd80 (diff) | |
download | vyos-workflow-test-temp-35cb1b42d24d3336275e2c826085b1557580345f.tar.gz vyos-workflow-test-temp-35cb1b42d24d3336275e2c826085b1557580345f.zip |
T0000: check
-rw-r--r-- | .github/workflows/darker-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index c9caa04..12b8d48 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@master - pip install ruff>=0.0.292 + pip install isort==5.11.4 ruff>=0.0.292 - name: Fetch current branch run: | |