Skip to content

Commit

Permalink
Add --diff to black command in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Sep 30, 2020
1 parent 6ca4f83 commit 49b1f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: matrix.os != 'windows-latest' && matrix.python-version != '2.7'
run: |
pip install black
black --line-length 79 --check labelme
black --line-length 79 --check --diff labelme
- name: Test with pytest
shell: bash -l {0}
Expand Down

0 comments on commit 49b1f8f

Please sign in to comment.