From 26e825376c7f905b691557594b672192e149f6a4 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Sat, 16 Sep 2023 07:09:32 +0900 Subject: [PATCH] =?UTF-8?q?Delete:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E3=82=AA?= =?UTF-8?q?=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_lint.yml b/.github/workflows/python_lint.yml index 72703de55..6f6dfd1b3 100644 --- a/.github/workflows/python_lint.yml +++ b/.github/workflows/python_lint.yml @@ -32,7 +32,7 @@ jobs: - name: Check code style for voicevox_core_python_api run: | black --check . - isort --check --profile black . + isort --check . - name: Check code style for example/python working-directory: ./example/python run: |