summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/darker-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index beeb7aa..4f68c8b 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 .
+ darker -r current...HEAD --diff --check --diff --isort --color -c src/tests/*.py
# - name: analyze
# run: |