diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 17:46:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 17:46:40 +0530 |
commit | 402a93047a7a8436c6bef0a274e42e532d4e255d (patch) | |
tree | 0ed4192b0982a4e8103aaa910402a1b578532da4 | |
parent | 18ccc20d7c88a26abe74223317a9721be5ea0e9b (diff) | |
download | vyos-workflow-test-temp-402a93047a7a8436c6bef0a274e42e532d4e255d.tar.gz vyos-workflow-test-temp-402a93047a7a8436c6bef0a274e42e532d4e255d.zip |
T0000: testts
-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 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" |