diff options
-rw-r--r-- | .github/workflows/darker-lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 72edf87..4799c0f 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -29,7 +29,7 @@ jobs: - name: darker install run: | - pip install git+https://github.com/akaihola/darker.git@master isort==5.11.4 ruff>=0.0.292 + pip install git+https://github.com/akaihola/darker.git@master ruff>=0.0.292 - name: Fetch base branch run: | @@ -37,4 +37,4 @@ jobs: - name: Analyze Code run: | - darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src
\ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --color ./src
\ No newline at end of file |