summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/darker-lint.yml3
-rw-r--r--pyproject.toml4
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml
index 9fdfbd5..c339e55 100644
--- a/.github/workflows/darker-lint.yml
+++ b/.github/workflows/darker-lint.yml
@@ -28,7 +28,8 @@ jobs:
- name: Analyze Code with Darker
run: |
- darker -r current...HEAD --check --diff --isort --color -c src/tests/*.py
+ darker -r current...HEAD --check --diff --lint "pylint --errors-only" --color -c src/tests/*.py
+
# - name: analyze
# run: |
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 5acb9be..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-[tool.darker]
-src = ["."]
-line-length = 88
-skip-string-normalization = true