From e44cf89340221a3439d04eadaa05c71bdb3c4d4d Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Sun, 22 Dec 2024 17:22:54 +0900 Subject: [PATCH] feat: do not fix ruff version --- .github/workflows/apply-ruff.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/styles-only-changed.yml | 6 +++--- .github/workflows/styles.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/apply-ruff.yml b/.github/workflows/apply-ruff.yml index 7108e5c..51a21e7 100644 --- a/.github/workflows/apply-ruff.yml +++ b/.github/workflows/apply-ruff.yml @@ -16,4 +16,4 @@ jobs: with: ruff-select: ${{ github.event.inputs.ruff-select }} ruff-ignore: ${{ github.event.inputs.ruff-ignore }} - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5641932..66f370d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,4 +16,4 @@ jobs: uses: deargen/workflows/.github/workflows/check-ruff.yml@master with: check-type: lint - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt diff --git a/.github/workflows/styles-only-changed.yml b/.github/workflows/styles-only-changed.yml index b752aad..3a9daf5 100644 --- a/.github/workflows/styles-only-changed.yml +++ b/.github/workflows/styles-only-changed.yml @@ -11,14 +11,14 @@ jobs: uses: deargen/workflows/.github/workflows/check-ruff-only-changed.yml@master with: check-type: format - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt ruff-isort-on-changes: uses: deargen/workflows/.github/workflows/check-ruff-only-changed.yml@master with: check-type: isort - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt ruff-lint-on-changes: uses: deargen/workflows/.github/workflows/check-ruff-only-changed.yml@master with: check-type: lint - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt diff --git a/.github/workflows/styles.yml b/.github/workflows/styles.yml index 273ab74..278b686 100644 --- a/.github/workflows/styles.yml +++ b/.github/workflows/styles.yml @@ -16,9 +16,9 @@ jobs: uses: deargen/workflows/.github/workflows/check-ruff.yml@master with: check-type: format - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt ruff-isort: uses: deargen/workflows/.github/workflows/check-ruff.yml@master with: check-type: isort - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5754564..a069f44 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,4 +78,4 @@ jobs: uses: deargen/workflows/.github/workflows/check-ruff.yml@master with: check-type: lint-essential - ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt + # ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt