diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-24 15:21:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-24 15:21:23 +0530 |
commit | e621128cfc2e7b70aa423e48bd4f6e09c10c516f (patch) | |
tree | 2994363e81c9520a15b80cee8f6cd9aec500dce1 | |
parent | 9da3cad205499cfd8a129d4821d39f6106695d60 (diff) | |
download | vyos-workflow-test-temp-e621128cfc2e7b70aa423e48bd4f6e09c10c516f.tar.gz vyos-workflow-test-temp-e621128cfc2e7b70aa423e48bd4f6e09c10c516f.zip |
T0000: Update darker-lint.yml
-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 08c4eac..bf596c5 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v5 - uses: akaihola/darker@v2.1.1 with: - options: "--check --diff --isort --color" + options: "--check --diff --isort --color --revision current" src: "." version: "~=2.1.1" lint: "flake8,pylint==2.13.1" |