From 49d74bd88bf68bd9a025e68b4b9512a6d95908b1 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki Date: Mon, 16 Dec 2024 09:09:59 +0900 Subject: [PATCH 1/2] =?UTF-8?q?pipenv=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=92uv=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/pr_format/pr_format/format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pr_format/pr_format/format.sh b/scripts/pr_format/pr_format/format.sh index b9ee5b0b01..3cfb07bc1a 100755 --- a/scripts/pr_format/pr_format/format.sh +++ b/scripts/pr_format/pr_format/format.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -pipenv run python "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/fix_pyproject.py" +uv run "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/fix_pyproject.py" tag_name="$(yq '.jobs.pr-super-lint.steps[-1].uses' .github/workflows/pr-test.yml | sed -e 's;/slim@.*;:slim;g')" tag_version="$(yq '.jobs.pr-super-lint.steps[-1].uses | line_comment' .github/workflows/pr-test.yml)" pyink_version="$(docker run --rm --entrypoint '' "ghcr.io/${tag_name}-${tag_version}" /bin/sh -c 'pyink --version' | grep pyink | awk '{ print $2 }')" From d765921904c1aa37d94953bf0af308fe45257665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:12:19 +0000 Subject: [PATCH 2/2] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4636a31005..7c460bf488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,4 @@ dev = [ "autopep8==2.3.1", "requests-mock==1.12.1", "pylint==3.3.2", "sqlfluff== [[tool.uv.index]] name = "pypi" url = "https://pypi.org/simple" +