diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:55:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:55:32 +0530 |
commit | f79f41489f61163065666546de504f2aac0556d9 (patch) | |
tree | 06edceb5817eea72987ed0dba4b77b98b1b26eca | |
parent | a791f4578d350b8817c6f358d13ff75d47b78d03 (diff) | |
download | vyos-workflow-test-temp-f79f41489f61163065666546de504f2aac0556d9.tar.gz vyos-workflow-test-temp-f79f41489f61163065666546de504f2aac0556d9.zip |
T0000: tests
-rw-r--r-- | .github/workflows/darker-lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 4bc285f..beeb7aa 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -20,6 +20,7 @@ jobs: - name: darker install run: | pip install --upgrade darker~=2.1.1 + pip install darker[isort] - name: Fetch current branch run: | |