diff options
-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 53b8643..2670876 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -28,7 +28,7 @@ jobs: - name: Analyze Code with Darker run: | - darker -r current... --check --diff --lint "pylint --errors-only" --isort --color ./src + darker -r current... --check --diff --lint "flake8" --isort --color ./src # - name: analyze |