summaryrefslogtreecommitdiff
path: root/.github/workflows/darker-lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/darker-lint.yml')
-rw-r--r--.github/workflows/darker-lint.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index 4f68c8b..9fdfbd5 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...HEAD --diff --check --diff --isort --color -c src/tests/*.py
+ darker -r current...HEAD --check --diff --isort --color -c src/tests/*.py
# - name: analyze
# run: |
@@ -51,9 +51,9 @@ jobs:
# echo "Head commit ID: ${{ steps.get-head-commit.outputs.head_commit }}"
# echo "Base commit ID: ${{ steps.get-base-commit.outputs.base_commit }}"
- - uses: akaihola/darker@v2.1.1
- with:
- options: "--revision current...HEAD --check --diff --isort --color"
- src: "."
- version: "~=2.1.1"
- lint: "flake8,pylint==2.13.1"
+ # - uses: akaihola/darker@v2.1.1
+ # with:
+ # options: "--revision current...HEAD --check --diff --isort --color"
+ # src: "."
+ # version: "~=2.1.1"
+ # lint: "flake8,pylint==2.13.1"