Skip to content

Commit

Permalink
Blackとisortに--diffを付ける
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 5, 2023
1 parent 4b748f5 commit 8d0ead3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Check code style for example/python
working-directory: ./example/python
run: |
black --check .
isort --check --profile black .
black --check --diff .
isort --check --diff --profile black .

0 comments on commit 8d0ead3

Please sign in to comment.