提交 816038f2 编写于 作者: K Kentaro Wada

Add black to ci.yml

上级 7189f2c9
......@@ -88,12 +88,12 @@ jobs:
run: |
flake8 .
# - name: Black
# shell: bash -l {0}
# if: matrix.os != 'windows-latest' && matrix.python-version != '2.7'
# run: |
# pip install black
# black --check .
- name: Black
shell: bash -l {0}
if: matrix.os != 'windows-latest' && matrix.python-version != '2.7'
run: |
pip install black
black --line-length 79 --check 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.
先完成此消息的编辑!
想要评论请 注册