From fa2077cc54d790314c4deb4406df8ead2ab791de Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 12:46:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme/python_init.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme/python_init.md b/readme/python_init.md index 99d6c9f..87a75e1 100644 --- a/readme/python_init.md +++ b/readme/python_init.md @@ -77,4 +77,6 @@ sh scripts/generate_linter.sh ruff check . --output-format json --output-file ruff-report.json ``` -`--output-file`は`github`など様々な形式が指定できます \ No newline at end of file +`--output-file`は`github`など様々な形式が指定できます + +コメントを生成する方法を検討が必要 \ No newline at end of file From 8599ca11b2f44d7ee72398aeb6fedfaff60d8b3c Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Thu, 4 Dec 2025 12:48:09 +0900 Subject: [PATCH 2/2] test --- .github/workflows/pyruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyruff.yml b/.github/workflows/pyruff.yml index 9d93455..6f2d130 100644 --- a/.github/workflows/pyruff.yml +++ b/.github/workflows/pyruff.yml @@ -35,7 +35,7 @@ jobs: - name: pull_request message with Ruff Lint results id: prMessageRuffLint run: | - curl -X POST \ + curl -vvv -X POST \ -H "Content-Type: application/json" \ -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ -d "{\"body\": \"## :mag: Ruff Lint Results\n\`\`\`\ntest\n\`\`\`\"}" \