Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 25, 2022
1 parent d6d3292 commit addfed4
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 @@ -71,7 +71,7 @@ jobs:
shell: bash -l {0}
if: matrix.os != 'windows-latest'
run: |
pip install black==22.1.0
pip install black==22.3.0
black --line-length 79 --check --diff labelme/
- name: Test with pytest
Expand Down

0 comments on commit addfed4

Please sign in to comment.