Skip to content

Commit

Permalink
Delete: 不要なオプションを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Sep 15, 2023
1 parent afc6000 commit 26e8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 26e8253

Please sign in to comment.