diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 22:03:21 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 22:03:21 +0530 |
commit | 312b0aa64966bea9837b3a82cba72eb5f2263826 (patch) | |
tree | 76dd87c8d119d3c32d3d4600feb8198394f6dda8 | |
parent | d55f8d802195b306d6b7da8c3821c3dfd39c4885 (diff) | |
download | vyos-workflow-test-temp-312b0aa64966bea9837b3a82cba72eb5f2263826.tar.gz vyos-workflow-test-temp-312b0aa64966bea9837b3a82cba72eb5f2263826.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 5b222ff..75e5601 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@acb622567d1a26b0c6dcbb1b171c1c8340ee6c22 - pip install black==22.12.0 isort==5.11.4 mypy==0.990 flake8==5.0.4 pylint==2.15.5 ruff>=0.0.292 + pip install ruff>=0.0.292 - name: Fetch current branch run: | |