summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-08-26 21:22:39 +0530
committerGitHub <noreply@github.com>2024-08-26 21:22:39 +0530
commitabc5f7806edbd8591529a3bdb90a6d8af1dcf283 (patch)
tree2ca88d53a15aacc784ee2b70ce532e5e70368858
parent2e54be33cef245da2d029a81270f91a030cba66c (diff)
downloadvyos-workflow-test-temp-abc5f7806edbd8591529a3bdb90a6d8af1dcf283.tar.gz
vyos-workflow-test-temp-abc5f7806edbd8591529a3bdb90a6d8af1dcf283.zip
T0000: test
-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