diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-26 18:06:56 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 18:06:56 +0530 |
commit | 2e54be33cef245da2d029a81270f91a030cba66c (patch) | |
tree | f928835ff36e4d0972503e78467e77e371911377 | |
parent | 248c5cf87b99f900b60cda16e851d886eb7b5602 (diff) | |
download | vyos-workflow-test-temp-2e54be33cef245da2d029a81270f91a030cba66c.tar.gz vyos-workflow-test-temp-2e54be33cef245da2d029a81270f91a030cba66c.zip |
T0000: tests
-rw-r--r-- | .github/workflows/darker-lint.yml | 14 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 8 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" diff --git a/pyproject.toml b/pyproject.toml index ef013c2..5acb9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [tool.darker]
src = ["."]
line-length = 88
-skip-string-normalization = true
\ No newline at end of file +skip-string-normalization = true
|