diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-24 15:26:21 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 15:26:21 +0530 |
commit | c3833f7f5f68803b844e04caf04fd62bffff9c8a (patch) | |
tree | 997739a0a0b2f5fe255c34f05321ccaac4d86aff | |
parent | e621128cfc2e7b70aa423e48bd4f6e09c10c516f (diff) | |
download | vyos-workflow-test-temp-c3833f7f5f68803b844e04caf04fd62bffff9c8a.tar.gz vyos-workflow-test-temp-c3833f7f5f68803b844e04caf04fd62bffff9c8a.zip |
T0000: test
-rw-r--r-- | .github/workflows/darker-lint.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index bf596c5..92b26ce 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -16,7 +16,8 @@ jobs: - uses: actions/setup-python@v5 - uses: akaihola/darker@v2.1.1 with: - options: "--check --diff --isort --color --revision current" + options: "--check --diff --isort --color" src: "." version: "~=2.1.1" lint: "flake8,pylint==2.13.1" + revision: "current" |