提交 49b1f8f6 编写于 作者: K Kentaro Wada

Add --diff to black command in GitHub Action

上级 6ca4f83b
......@@ -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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册